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

nomatch

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
oberwetter
Posts: 8
Joined: Fri May 12, 2006 8:01 am

nomatch

Post by oberwetter »

When I run the below vxml I immediately get a nomatch event. Any ideas what is wrong?

Thanks,
Robert

<?xml version="1.0" ?>

<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml">


<form id="getpin">
<field name="promptforpin" type="digits?length=8">

<prompt bargein="true">
<audio src="http://www.whateverurl.com/getpinpromptnv66.wav">
Please type your eight digit pin now.
</audio>
</prompt>
<filled>
Pin was entered. Pin equals <value expr="promptforpin"/>
</filled>
</field>
</form>
</vxml>

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

IVR application's interdigittimeout value might be too short

Post by support »

Hi,

We ran your IVR code snippet and did not have any problems entering an 8-digit number.

We did notice that the default interdigittimeout value might be a little short. Try adding this above your form:

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

Let us know if you continue to experience problems.


Regards,

Plum Support

Post Reply