option accept="approximate"
Posted: Tue Apr 07, 2009 12:33 pm
I have an issue, i am using the following code snippet and the application hangs without raising any error:
<option value="01" dtmf="01" accept="approximate">Certified Welder</option>
<option value="02" dtmf="02" accept="approximate">Fan Maintenance</option>
<option value="1" dtmf="1" accept="exact">Again</option>
<option value="0" dtmf="0" accept="exact">Operator</option>
<option value="Star" dtmf="*" accept="exact">Main Menu</option>
if i change accept to be exact then the application works.
Please advise
Thank you
<option value="01" dtmf="01" accept="approximate">Certified Welder</option>
<option value="02" dtmf="02" accept="approximate">Fan Maintenance</option>
<option value="1" dtmf="1" accept="exact">Again</option>
<option value="0" dtmf="0" accept="exact">Operator</option>
<option value="Star" dtmf="*" accept="exact">Main Menu</option>
if i change accept to be exact then the application works.
Please advise
Thank you