[Home]

Summary:ASTERISK-12012: DTMF problem
Reporter:Diego Viola (diegoviola)Labels:
Date Opened:2008-05-13 10:28:32Date Closed:2008-05-13 10:30:16
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/RTP
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) dtmf_with_rtp_and_dtmf_in_console_line.txt
Description:I have this in my dialplan:

exten => 123,1,Read(NUMBER,,9)
exten => 123,n,NoOp(${NUMBER})

And most of the time when I press "123" and then I press "123456789" I don't get the full digits.

I get something like:

   -- Executing [123@default:2] NoOp("SIP/diego.viola-10aadc00", "12389") in new stack

   -- Executing [123@default:2] NoOp("SIP/diego.viola-10a9cf30", "1234579") in new stack

   -- Executing [123@default:2] NoOp("SIP/diego.viola-10a9b1c0", "1234789") in new stack

   -- Executing [123@default:2] NoOp("SIP/diego.viola-10a8fae0", "123679") in new stack

I don't know if this is due to network problems, or not... but FreeSWITCH developers told me they can handle this just fine, and this is a serious issue because most of my users sometimes get back to me and say "hey my password doesn't work" and I think is because of this.

My Asterisk version is 1.4.19.1 and I compiled it with GCC 4.1.2, running on Linux 2.6.18 (x86_64) -- CentOS release 5 (Final)
Comments:By: Jason Parker (jparker) 2008-05-13 10:30:00

Closing, duplicate.