[Freeswitch-svn] [commit] r7242 - freeswitch/trunk/conf/autoload_configs
Freeswitch SVN
mikej at freeswitch.org
Tue Jan 15 14:59:32 EST 2008
Author: mikej
Date: Tue Jan 15 14:59:32 2008
New Revision: 7242
Modified:
freeswitch/trunk/conf/autoload_configs/ivr.conf.xml
Log:
add menu demo using tts from Cherebrum
Modified: freeswitch/trunk/conf/autoload_configs/ivr.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/ivr.conf.xml (original)
+++ freeswitch/trunk/conf/autoload_configs/ivr.conf.xml Tue Jan 15 14:59:32 2008
@@ -24,6 +24,19 @@
<entry action="menu-back" digits="#"/>
<entry action="menu-top" digits="*"/>
</menu>
+
+ <menu name="demo3"
+ greet-long="say:Press 1 to join the conference, Press 2 to join the other conference"
+ greet-short="say:Press 1 to join the conference, Press 2 to join the other conference"
+ invalid-sound="say:invalid extension"
+ exit-sound="say:exit sound" timeout ="15"
+ max-failures="3"
+ tts-voice="callie" tts-engine="cepstral">
+ <entry action="menu-exit" digits="*"/>
+ <!-- <entry action="menu-say-text" digits="1" param="You pressed 1"/> -->
+ <entry action="menu-call-transfer" digits="1" param="1000"/>
+ <entry action="menu-call-transfer" digits="2" param="1001"/>
+ </menu>
<menu name="menu8"
greet-long="/soundfiles/ivr/menu8/greet-long.wav"
More information about the Freeswitch-svn
mailing list