add menu demo using tts from Cherebrum

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7242 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-01-15 19:59:32 +00:00
parent 366434cfac
commit 1f8462c4a8
1 changed files with 13 additions and 0 deletions

View File

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