interdigittimeout
interdigittimeout
Default Value: 1 second
The interdigit timeout value to use when recognizing DTMF input.
Example
Explanation
From this example, by setting “termmaxdigits” to true, we can allow for no timeout as soon as the user has matched the maximum number of digits. If the user enters 5 numbers, the behavior of the application immediately returns a response to the user. If the user entered less than 5 numbers of ones or twos, the application waits for 3 seconds from the “interdigittimeout” property and returns a <nomatch> after 3 seconds has passed with nothing inputted. If the user entered more than 5 numbers, the application returns just the first 5 digits that were entered by the user.
Notes
None
Last updated