[Freeswitch-svn] [commit] r8049 - freeswitch/trunk/conf/lang/en/demo

Freeswitch SVN brian at freeswitch.org
Mon Apr 7 15:14:20 EDT 2008


Author: brian
Date: Mon Apr  7 15:14:19 2008
New Revision: 8049

Modified:
   freeswitch/trunk/conf/lang/en/demo/demo-ivr.xml

Log:
tweak

Modified: freeswitch/trunk/conf/lang/en/demo/demo-ivr.xml
==============================================================================
--- freeswitch/trunk/conf/lang/en/demo/demo-ivr.xml	(original)
+++ freeswitch/trunk/conf/lang/en/demo/demo-ivr.xml	Mon Apr  7 15:14:19 2008
@@ -54,7 +54,7 @@
         <action function="play-file" data="ivr/ivr-please.wav"/>
         <action function="play-file" data="voicemail/vm-press.wav"/>
         <action function="play-file" data="digits/9.wav"/>
-        <action function="execute" data="sleep(6000)"/>
+        <action function="execute" data="sleep(2000)"/>
       </match>
     </input>
   </macro>
@@ -106,7 +106,7 @@
         <action function="play-file" data="ivr/ivr-please.wav"/>
         <action function="play-file" data="voicemail/vm-press.wav"/>
         <action function="play-file" data="digits/9.wav"/>
-        <action function="execute" data="sleep(6000)"/>
+        <action function="execute" data="sleep(2000)"/>
       </match>
     </input>
   </macro>



More information about the Freeswitch-svn mailing list