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

Interdigittimeout value

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
w2gi
Posts: 46
Joined: Fri Jun 26, 2009 1:35 pm

Interdigittimeout value

Post by w2gi »

Hi,
I am using "interdigittimeout" property to give 3 sec input time between each input. I set the grammer to be 5 digits. Is it possible to, not wait for any input when caller entered 5 digits?

Code: Select all

<property name="interdigittimeout" value="3s" />

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

IVR Property: termmaxdigits

Post by support »

Hi,

You would be able to achieve this by using the IVR property, termmaxdigits. This would be declared the same time you declare the interdigittimeout property.

Code: Select all

<property name="termmaxdigits" value="true"/>
This IVR property will end your IVR grammar input once you have entered five digits. Once the maximum number of digits have been entered, the IVR application will move on without waiting for any timeouts.

Hope this helps.

Regards,
Plum Support
Last edited by support on Wed Feb 24, 2010 11:16 am, edited 1 time in total.

w2gi
Posts: 46
Joined: Fri Jun 26, 2009 1:35 pm

Post by w2gi »

thank you

Post Reply