[Home]

Summary:ASTERISK-23568: SendDTMF fails for repeating number
Reporter:Chris Harris (chrisharris)Labels:
Date Opened:2014-04-01 08:57:02Date Closed:2014-04-25 15:05:13
Priority:MinorRegression?
Status:Closed/CompleteComponents:Applications/app_senddtmf
Versions:11.7.0 Frequency of
Occurrence
Frequent
Related
Issues:
Environment:Debian 7.4 Attachments:
Description:Repeating a digit in SendDTMF results in only 1 occurrence of the digit being sent.

the following sends 1 dtmf digit:
SendDTMF(0000000000,100) plays single 0

the following sends 10 dtmf digits:
SendDTMF(0987654321,100) plays all digits
Comments:By: Rusty Newton (rnewton) 2014-04-10 17:13:06.280-0500

I can't reproduce, works fine for me. You'll have to provide more detail on your configuration (sip.conf), and show debug to give evidence of the issue.(packet traces depending on what dtmfmode you are using)

https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information




By: Rusty Newton (rnewton) 2014-04-25 15:06:17.772-0500

Thank you for the bug report. However I am unable to reproduce this issue. We are now going to close this report - please feel free to reopen when you have more information at hand.


Feel free to contact a bug marshal in irc.freenode.net #asterisk-bugs to request the issue be re-opened.

By: Moskalev Valera (sliderxtm) 2015-08-31 10:33:17.688-0500

The bug was repeat with Asterisk version 11.17.1 and 1.8.20.0 (SendDTMF from 11 to 1.8) and dtmfmode=inband. In dtmfmode=rfc2833 works fine. In the same time on node with 1.8 dtmf recognize fine from another client with in-band mode.