[asterisk-bugs] [Asterisk 0018189]: RFC2833 DTMF generation broken due to SSRC change on bridges channels

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Oct 22 18:23:46 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18189 
====================================================================== 
Reported By:                marcbou
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18189
Category:                   Core/RTP
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:           1.8.0 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-10-22 12:13 CDT
Last Modified:              2010-10-22 18:23 CDT
====================================================================== 
Summary:                    RFC2833 DTMF generation broken due to SSRC change on
bridges channels
Description: 

Since upgrading to the latest 1.8.0-rc, DTMF digits sent over SIP/RTP to
our service provider were no longer being detected.

We analyzed packet dumps, comparing old and new RTP packets being
generated by asterisk.

The difference was tracked down to asterisk 1.8.0-rc now changing the SSRC
value for RFC2833 DTMF digit packets.

If in main/channel.c:ast_channel_bridge() I comment out 

    ast_indicate(c0, AST_CONTROL_SRCCHANGE);
    ast_indicate(c1, AST_CONTROL_SRCCHANGE);

the SSRC no longer changes for DTMF digits and the provider can detect
them again.

However I am not sure if the change doesn't adversely affect other things.
Please advise.

Kind regards,

Marc Boucher



====================================================================== 

---------------------------------------------------------------------- 
 (0128345) dimas (reporter) - 2010-10-22 18:23
 https://issues.asterisk.org/view.php?id=18189#c128345 
---------------------------------------------------------------------- 
marcbou, from what version you upgraded? (which worked fine?)

I'm curious because we have exactly the same issue - providers which
worked well with 1.4.26 do not see our DTMF anymore after upgrading to
1.6.2.13. We see that DTMF RTP packets are sent out but they are ignored by
the other side.
I'm also suspecting SSRC issue here and we will probably try your fix. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-10-22 18:23 dimas          Note Added: 0128345                          
======================================================================




More information about the asterisk-bugs mailing list