Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Labels:None
-
Environment:debian 64bit
Description
http://wiki.freeswitch.org/wiki/IVR_Menu
In application IVR there is 2 different timeouts "inter-digit-timeout" and "timeout", but in Menu tag options of http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_ivr there shown only one time out which this is in fact "inter-digit-timeout" not "timeout" as far as I can see from source code inter-digit-timeout is used for wait for a selection and timeout is used for interring conformation digit
Also confirm-macro and all of its parameters confirm-key confirm-attempts is not mentioned in WIKI
I suggest of changing variable timeout to confirm-timeout to make it more self explained
inter-digit-timeout - number of mili-seconds to wait for a selection
timeout - number of mili-seconds to wait for a after playing confirm-macro to conform entered digits
In application IVR there is 2 different timeouts "inter-digit-timeout" and "timeout", but in Menu tag options of http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_ivr there shown only one time out which this is in fact "inter-digit-timeout" not "timeout" as far as I can see from source code inter-digit-timeout is used for wait for a selection and timeout is used for interring conformation digit
Also confirm-macro and all of its parameters confirm-key confirm-attempts is not mentioned in WIKI
I suggest of changing variable timeout to confirm-timeout to make it more self explained
inter-digit-timeout - number of mili-seconds to wait for a selection
timeout - number of mili-seconds to wait for a after playing confirm-macro to conform entered digits
/b