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

Freeswitch SVN brian at freeswitch.org
Sun Sep 28 22:22:32 EDT 2008


Author: brian
Date: Sun Sep 28 22:22:32 2008
New Revision: 9720

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

Log:
tweak the demo IVR to let people know they can enter an extension

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	Sun Sep 28 22:22:32 2008
@@ -24,6 +24,8 @@
         <!-- note that you can do more than just play files, e.g. have pauses and do TTS -->
         <action function="execute" data="sleep(250)"/>
         <!-- Menu option 1: Call FreeSWITCH conference-->
+        <action function="play-file" data="ivr/ivr-enter_ext_pound.wav"/>
+        <action function="execute" data="sleep(250)"/>
         <action function="play-file" data="ivr/ivr-to_call_the_freeswitch_conference.wav"/>
         <action function="execute" data="sleep(250)"/>
         <action function="play-file" data="ivr/ivr-please.wav"/>



More information about the Freeswitch-svn mailing list