[Home]

Summary:ASTERISK-17228: Dial MulticastRTP channels with A option kills asterisk
Reporter:Yohann (wybecom)Labels:
Date Opened:2011-01-12 06:35:54.000-0600Date Closed:2011-01-14 13:44:13.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) backtrace.txt
Description:Hi everybody,

I am trying to play a message to a multicastRTP destination.
First, i tried this:

channel originate MulticastRTP/basic/239.255.1.1:5004 application Playback demo-moreinfo

which failed...
then i tried Dial(MulticastRTP/basic/239.255.1.1:5004,,A(demo-moreinfo))

which kills asterisk...

I tried a couple of other thing without result (change codecs, create my own application based on app_dial, etc...)
Comments:By: Digium Subversion (svnbot) 2011-01-14 13:35:25.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:13.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