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>
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
IVR application's interdigittimeout value might be too short
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
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