]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweaks... mcollins
authorBrian West <brian@freeswitch.org>
Sun, 25 May 2008 13:45:52 +0000 (13:45 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 25 May 2008 13:45:52 +0000 (13:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8604 d0543943-73ff-0310-b7d9-9358b9ac24b2

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

index f8a644fc5a62cca97673e854d08f3772928ab0a3..5fb85b3d3bd924f0dd095521eeb44df4c832aa9e 100644 (file)
     <!-- 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>
index baa62b25b35047fc654e537e1d57d3c03cbb4d73..9991ae82de75807df78f4dab19c6bd24557360ac 100644 (file)
@@ -15,8 +15,6 @@
     <input pattern="(.*)">\r
       <match>\r
         <!-- string together several existing sound files to create one long greeting -->\r
-        <action function="execute" data="answer"/>\r
-        <action function="execute" data="sleep(1000)"/>\r
         <action function="play-file" data="ivr/ivr-welcome_to_freeswitch.wav"/>\r
         <action function="execute" data="sleep(250)"/>\r
         <action function="play-file" data="ivr/ivr-this_ivr_will_let_you_test_features.wav"/>\r
index 580dca3fb4a6589f715ac5a427bd4dd915597696..4f043cb07c43f3cc84f40693ba9e411ce5804e3a 100644 (file)
@@ -1,6 +1,6 @@
 <include>\r
   <language name="en" sound-path="$${base_dir}/sounds/en/us/callie" tts-engine="cepstral" tts-voice="callie">\r
-    <X-PRE-PROCESS cmd="include" data="demo/demo*.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->\r
+    <X-PRE-PROCESS cmd="include" data="demo/*.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->\r
     <!--voicemail_en_tts is purely implemented with tts, we need a files based implementation too -->\r
     <X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/>\r
   </language>\r