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

How not to wait for timeout without pressing #

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
isokalskiy
Posts: 1
Joined: Thu May 05, 2011 8:19 am

How not to wait for timeout without pressing #

Post by isokalskiy »

Hi,

I have an application that expection 5 digits from user. It looks like this exampe:

Code: Select all

<field name="some_var" type="digits">
      <filled>
        <if cond="pin.length == 5">
             //do smth
         <else/>
             //do smth else
         </if>
      </filled>
</field>
The problem that I have set:

Code: Select all

<property name="interdigittimeout" value="6s"/>
So user forced to wait 6 seconds after entering 5 digits or press #.

Please, advice? is it possible to set-up system not to wait 6 seconds when 5 digits were set and # was _not_ pressed?

Ivan

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

Re: How not to wait for timeout without pressing #

Post by support »

Hi Ivan,

Yes, there is a way for you to not have the user wait for the timeout without pressing the # key. You can use the "termmaxdigits" property within your IVR code. For an example of how to use this property, you can view it here: http://www.plumvoice.com/docs/dev/voice ... mmaxdigits

Please let us know if you have any questions on how to use this property.

Regards,
Plum Support

Post Reply