[asterisk-bugs] [Asterisk 0018723]: [branch] DTMF on outbound call leg does not match inbound DTMF duration

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Feb 7 11:58:51 CST 2011


The following issue is now READY FOR TESTING. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18723 
====================================================================== 
Reported By:                oej
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18723
Category:                   Core/RTP
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           1.4.39.1 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2011-02-01 05:41 CST
Last Modified:              2011-02-07 11:58 CST
====================================================================== 
Summary:                    [branch] DTMF on outbound call leg does not match
inbound DTMF duration
Description: 
If two SIP phones is bridged over Asterisk, Asterisk will always have the
wrong length to the DTMF audio. The primary causes are:

 - DTMF duration is added with 160 ms for each BEGIN packet. The DTMF
Begin is transmitted three times and should have the same duration
 - One extra DTMF continue packet is generated directly after the BEGIN
packets and adds another 160 ms
 - The END packet shows the actual inbound duration + 160 since the CONT
code adds 160 after sending
 - For longer DTMF, we actually cut DTMF short since we cut DTMF off as
soon as we received the DTMF END on the inbound channel.

The attached patch solves these issues. 

This seems to affect all released versions of Asterisk

Branch:
http://svn.digium.com/svn/asterisk/team/oej/rana-dtmf-rtp-duration-1.6.0
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-02-07 11:58 lmadsen        Status                   new => ready for
testing
======================================================================




More information about the asterisk-bugs mailing list