[Home]

Summary:ASTERISK-16942: MutlicastRTP makes asterisk crash
Reporter:Loic Didelot (voipgate)Labels:
Date Opened:2010-11-10 15:23:48.000-0600Date Closed:2011-01-14 13:44:13.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/RTP
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) backtrace-32231.txt
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()


****** ADDITIONAL INFORMATION ******

I tested on asterisk 1.8.0 and SVN-branch-1.8-r294535 which is the latest 1.8 checkout.
Comments:By: Yohann (wybecom) 2011-01-04 01:03:40.000-0600

Hi,

I have the same problem that occurs only once in two.
Asterisk version: 1.8.1

By: Yohann (wybecom) 2011-01-07 01:37:39.000-0600

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...

By: Yohann (wybecom) 2011-01-07 03:05:21.000-0600

No problem with asterisk-1.8.2-rc1

By: Digium Subversion (svnbot) 2011-01-14 13:35:24.000-0600

Repository: asterisk
Revision: 301845

U   branches/1.8/channels/chan_multicast_rtp.c

------------------------------------------------------------------------
r301845 | bbryant | 2011-01-14 13:35:24 -0600 (Fri, 14 Jan 2011) | 9 lines

Fix for a consistent MulticastRTP channel driver crash due to use of unitilized
data.

(closes issue ASTERISK-16942)
(closes issue ASTERISK-17228)
Reported by: voipgate, wybecom

Review: https://reviewboard.asterisk.org/r/1076/

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=301845

By: Digium Subversion (svnbot) 2011-01-14 13:44:12.000-0600

Repository: asterisk
Revision: 301847

_U  trunk/
U   trunk/channels/chan_multicast_rtp.c

------------------------------------------------------------------------
r301847 | bbryant | 2011-01-14 13:44:12 -0600 (Fri, 14 Jan 2011) | 16 lines

Merged revisions 301845 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
 r301845 | bbryant | 2011-01-14 14:35:23 -0500 (Fri, 14 Jan 2011) | 9 lines
 
 Fix for a consistent MulticastRTP channel driver crash due to use of unitilized
 data.
 
 (closes issue ASTERISK-16942)
 (closes issue ASTERISK-17228)
 Reported by: voipgate, wybecom
 
 Review: https://reviewboard.asterisk.org/r/1076/
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=301847