[asterisk-bugs] [Asterisk 0012353]: Generated DTMF (from features) broken with some SIP providers

noreply at bugs.digium.com noreply at bugs.digium.com
Wed Apr 9 07:33:52 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=12353 
====================================================================== 
Reported By:                dimas
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   12353
Category:                   Core/PBX
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!): 110163 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             04-02-2008 06:56 CDT
Last Modified:              04-09-2008 07:33 CDT
====================================================================== 
Summary:                    Generated DTMF (from features) broken with some SIP
providers
Description: 
rfc2833 DTMF on outgoing calls do not for my voip provider (voipcheap.com)
when generic bridge is used (I'm using DTMF features).
With the packet2packet brigde everything works just fine.

After analyzing packet captures I found this happens because SSRC on RTP
packets Asterisk sends to voip provider changes each time DTMF is being
sent.

As a workaound on my installation I just commented out 

//      rtp->ssrc = ast_random();

in the ast_rtp_new_source (main/rtp.c) however it is clear, better
solution needs to be found.
====================================================================== 

---------------------------------------------------------------------- 
 dimas - 04-09-08 07:33  
---------------------------------------------------------------------- 
You may hit another issue actually.
In my case DTMF was not working completely, not just caused some digits to
be missing.

You can easily verify if your issue is the same by commenting out single
line of the code (see issue description) and rebuilding. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-09-08 07:33  dimas          Note Added: 0085177                          
======================================================================




More information about the asterisk-bugs mailing list