[asterisk-bugs] [Asterisk 0018290]: MutlicastRTP makes asterisk crash

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Jan 7 07:37:39 UTC 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18290 
====================================================================== 
Reported By:                voipgate
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18290
Category:                   Core/RTP
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           1.8.0 
JIRA:                       SWP-2567 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): 1.8 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-11-10 15:23 CST
Last Modified:              2011-01-07 01:37 CST
====================================================================== 
Summary:                    MutlicastRTP makes asterisk crash
Description: 
Here is my Dialplan. Asterisk crashes at the Dial application. Using the
Page application did not change anything and putting an Answer() into the
dialplan did not help either. Changing the IP did not help either.

exten => 55555,1,NOOP(RTP)
exten => 55555,n,Dial(MulticastRTP/basic/127.0.0.1:4444)
exten => 55555,n,hangup()

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

---------------------------------------------------------------------- 
 (0130290) wybecom (reporter) - 2011-01-07 01:37
 https://issues.asterisk.org/view.php?id=18290#c130290 
---------------------------------------------------------------------- 
In chan_multicast_rtp.c line 129:
1) control is never set, so is the control_address.
control_address is needed to instanciate rtp session (this is the
local_address)

control_address is null, that's why asterisk crash... 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-07 01:37 wybecom        Note Added: 0130290                          
======================================================================




More information about the asterisk-bugs mailing list