builtin digit grammar help using src in grammar tag
Posted: Thu Feb 05, 2009 5:05 pm
I can't get the below to match 10 digits entered via dtmf. What am I missing?
Code: Select all
<!-- Phone Number -->
<form id="form_5">
<property name="recordutterancetype" value="audio/x-wav"/>
<property name="recordutterance" value="true" />
<property name="interdigittimeout" value="3s" />
<field name="field_5">
<grammar src="builtin:grammar/digits?length=10;" mode="dtmf" />
<prompt cond="xmllang=='en-us'" xml:lang="en-us" bargein="true">
<audio src="...">
</audio>
</prompt>
<filled>
</filled>
<nomatch>
....
</nomatch>
</field>
</form>