Re: [asterisk-users] DTMF problem with 1.4.1

2007-04-03 Thread Rizwan Hisham
You can use the following to display what you receive from user (dtmf): exten= 1,1,Read(test) exten= 1,2,NoOp(DTMF Received: $test) exten= 1,3,Hangup On 4/3/07, Nitin Gupta [EMAIL PROTECTED] wrote: I upgraded to 1.4.1 and my DTMF has stopped working, I tried rfc2833compensate=yes and

Re: [asterisk-users] DTMF problem with 1.4.1

2007-04-03 Thread Nitin Gupta
it shows empty string On 4/3/07, Rizwan Hisham [EMAIL PROTECTED] wrote: You can use the following to display what you receive from user (dtmf): exten= 1,1,Read(test) exten= 1,2,NoOp(DTMF Received: $test) exten= 1,3,Hangup On 4/3/07, Nitin Gupta [EMAIL PROTECTED] wrote: I upgraded to 1.4.1

Re: [asterisk-users] DTMF problem with 1.4.1

2007-04-03 Thread Eric \ManxPower\ Wieling
That would be because $test is not a valid dialplan variable. You would want ${test} Nitin Gupta wrote: it shows empty string On 4/3/07, *Rizwan Hisham* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: You can use the following to display what you receive from user (dtmf):

[asterisk-users] DTMF problem with 1.4.1

2007-04-02 Thread Nitin Gupta
I upgraded to 1.4.1 and my DTMF has stopped working, I tried rfc2833compensate=yes and relaxdtmf=yes etc but none working. Everything seems to work fine with 1.2.10 Is there any way I dump the dtmf data packets received by asterisk on console? Any idea or pointers to debug the issue will be