We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

input response time

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
msh
Posts: 9
Joined: Thu Aug 29, 2013 1:19 pm

input response time

Post by msh »

I have a login section that prompts users to input their EE id. We are running into an issue where the EEID is 8 digits and the users are punching in 4 digits at a time, but the pause is long enough that the system thinks they have finished inputting their ID's. What are my options to get around this?

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: input response time

Post by support »

Hi,

You can increase the time the user has to input digits by using the "interdigittimeout" property. For example, if you insert the line below into your application, users will have 3 seconds to input digits before the prompt finishes:

Code: Select all

<property name="interdigittimeout" value="3s"/>
Regards,
Plum Support

Post Reply