cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
303
Views
0
Helpful
1
Replies

VXML dude

carlosjlopez
Level 1
Level 1

Hello,

I developed a VXMl application few months ago and it works well, but now it doesn?t work fine (I don?t know if the IOS version in the router has been change or if there was a change on a dial-peer (I think not).

the problem is that now in a dtmf field, it store the called number also the digits pressed.

any ideas??

this is the vxml code :

<field name="DATA" type="digits?minlength=3;maxlength=8">

<grammar type="application/grammar+regex">[1234567890]+</grammar>

<filled>

<submit next="<?php echo($path);?>DATA.php" method="post" namelist=" DATA"/> </filled>

any ideas

It think is anything in the IOS config.

thanks in advance

1 Reply 1

rothomas2
Level 1
Level 1

 

Can you post your XML output after your PHP processing?