[Freeswitch-svn] [commit] r8368 - freeswitch/trunk/conf/autoload_configs
Freeswitch SVN
mikej at freeswitch.org
Mon May 12 13:55:38 EDT 2008
Author: mikej
Date: Mon May 12 13:55:38 2008
New Revision: 8368
Modified:
freeswitch/trunk/conf/autoload_configs/ivr.conf.xml
Log:
timeout is in ms not sec.
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 Mon May 12 13:55:38 2008
@@ -24,7 +24,8 @@
greet-long="phrase:demo_ivr_sub_menu"
greet-short="phrase:demo_ivr_sub_menu_short"
invalid-sound="voicemail/vm-hello.wav"
- exit-sound="voicemail/vm-goodbye.wav" timeout="15"
+ exit-sound="voicemail/vm-goodbye.wav"
+ timeout="15000"
max-failures="3">
<entry action="menu-top" digits="*"/>
</menu>
@@ -41,7 +42,8 @@
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"
+ exit-sound="say:exit sound"
+ timeout ="15000"
max-failures="3">
<entry action="menu-exit" digits="*"/>
<entry action="menu-playback" digits="1" param="say:You pressed 1"/>
More information about the Freeswitch-svn
mailing list