Page 1 of 1

nomatch

Posted: Tue May 23, 2006 2:46 pm
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>

IVR application's interdigittimeout value might be too short

Posted: Wed May 24, 2006 10:53 am
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