]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
less robotic
authorBrian West <brian@freeswitch.org>
Thu, 2 Jul 2009 00:24:29 +0000 (00:24 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 2 Jul 2009 00:24:29 +0000 (00:24 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14103 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/lang/en/demo/demo-ivr.xml

index 1020827175cd1bf588c07418a1cca6f0e6a0aab5..ec7d7bccd21aac77b6bb1bab1b6e37931c0cea7c 100644 (file)
@@ -12,7 +12,7 @@
     </input>
   </macro>
 
-  <macro name="demo_ivr_main_menu" pause="250"> <!-- See conf/autoload_config/ivr.conf.xml for an example on how to use this macro in an IVR -->
+  <macro name="demo_ivr_main_menu" pause="100"> <!-- See conf/autoload_config/ivr.conf.xml for an example on how to use this macro in an IVR -->
     <input pattern="(.*)">
       <match>
         <!-- string together several existing sound files to create one long greeting -->
@@ -69,7 +69,7 @@
 
   <!-- The following macro is the same as demo_ivr_main_menu except it is the "short" version -->
   <!-- The short version has all the options but not the initial greeting -->
-  <macro name="demo_ivr_main_menu_short" pause="250"> 
+  <macro name="demo_ivr_main_menu_short" pause="100"> 
     <input pattern="(.*)">
       <match>
         <!-- Menu option 1: Call FreeSWITCH conference-->