[Freeswitch-svn] [commit] r8604 - in freeswitch/trunk/conf: dialplan lang/en lang/en/demo

Freeswitch SVN brian at freeswitch.org
Sun May 25 09:45:53 EDT 2008


Author: brian
Date: Sun May 25 09:45:52 2008
New Revision: 8604

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

Log:
tweaks... mcollins

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Sun May 25 09:45:52 2008
@@ -210,6 +210,8 @@
     <!-- a sample IVR  -->
     <extension name="ivr_demo">
       <condition field="destination_number" expression="5000">
+        <action application="answer"/>
+        <action application="sleep" data="2000"/>
 	<action application="ivr" data="demo_ivr"/>
       </condition>
     </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 May 25 09:45:52 2008
@@ -15,8 +15,6 @@
     <input pattern="(.*)">
       <match>
         <!-- string together several existing sound files to create one long greeting -->
-        <action function="execute" data="answer"/>
-        <action function="execute" data="sleep(1000)"/>
         <action function="play-file" data="ivr/ivr-welcome_to_freeswitch.wav"/>
         <action function="execute" data="sleep(250)"/>
         <action function="play-file" data="ivr/ivr-this_ivr_will_let_you_test_features.wav"/>

Modified: freeswitch/trunk/conf/lang/en/en.xml
==============================================================================
--- freeswitch/trunk/conf/lang/en/en.xml	(original)
+++ freeswitch/trunk/conf/lang/en/en.xml	Sun May 25 09:45:52 2008
@@ -1,6 +1,6 @@
 <include>
   <language name="en" sound-path="$${base_dir}/sounds/en/us/callie" tts-engine="cepstral" tts-voice="callie">
-    <X-PRE-PROCESS cmd="include" data="demo/demo*.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
+    <X-PRE-PROCESS cmd="include" data="demo/*.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
     <!--voicemail_en_tts is purely implemented with tts, we need a files based implementation too -->
     <X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/>
   </language>



More information about the Freeswitch-svn mailing list