git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8604
d0543943-73ff-0310-b7d9-
9358b9ac24b2
<!-- 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>
<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
<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