From ae92b5d8b494ce0343e7a4f8e81b622dda96f7ba Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 12 May 2008 17:55:38 +0000 Subject: [PATCH] timeout is in ms not sec. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8368 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- conf/autoload_configs/ivr.conf.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/autoload_configs/ivr.conf.xml b/conf/autoload_configs/ivr.conf.xml index 34d33b4622..46c6b9f9cf 100644 --- a/conf/autoload_configs/ivr.conf.xml +++ b/conf/autoload_configs/ivr.conf.xml @@ -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"> @@ -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">