IVR code suggestion for entering digits
Posted: Mon Aug 17, 2009 9:06 am
Hi,
Looking at your IVR code, if you want to allow your users more time for entering their 7-digit number by phone keypad, you should use the IVR property, "interdigittimeout", instead of the IVR property, "timeout":
We have also tested your IVR code and found that we could enter a 7-digit input just fine. When your users mention to you about problems with entering the 7 digits, can they reproduce the IVR issue reliably? Are they waiting for the entire message to be played before entering the digits? And about how long is it taking them to enter those digits?
These factors may be playing a part in why your users are getting a http://www.plumvoice.com/docs/dev/voice ... gittimeout <nomatch> message.
Regards,
Plum Support
Looking at your IVR code, if you want to allow your users more time for entering their 7-digit number by phone keypad, you should use the IVR property, "interdigittimeout", instead of the IVR property, "timeout":
Code: Select all
<property name="interdigittimeout" value="3s"/>
These factors may be playing a part in why your users are getting a http://www.plumvoice.com/docs/dev/voice ... gittimeout <nomatch> message.
Regards,
Plum Support