The following script allows their voice to interupt and cause it to repeat.
strXML = "<?xml version=""1.0""?>" & _
"<vxml version=""2.0"">" & _
"<form>" & _
"<field name=""myprompt"" type=""digits"">" & _
"<grammar type=""application/x-jsgf"" mode=""dtmf"">(0|1|2|3|4|5|6|7|8|9|""#""|""*"")</grammar>" & _
"<prompt>Hello you have an important message from Contractor Management Services. Please press 1 to continue.</prompt>" & _
"<filled>" & _
"<if cond=""myprompt==0 || myprompt==1 || myprompt==2 || myprompt==3 || myprompt==4 || " & _
"myprompt==5 || myprompt==6 || myprompt==7 || myprompt==8 || myprompt==9 || " & _
"myprompt=='*' || myprompt=='#'"">This is the Regular Message" & _
"<else/>This is the Machine Message" & _
"</if>" & _
"</filled>" & _
"<noinput>This is the Machine Message</noinput>" & _
"</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
How dod I only accept digits
I figured this out.
I added <prompt timeout="4s" bargein="false">
and it appears to work.
Please close ticket
and it appears to work.
Please close ticket