tweaks... mcollins

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8604 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-05-25 13:45:52 +00:00
parent f81c67cd3a
commit 7c51545014
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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"/>

View File

@ -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>