[Home]

Summary:ASTERISK-15238: [patch] get_sdp_line condition is not right?
Reporter:rason (rasonyang)Labels:
Date Opened:2009-11-29 22:08:42.000-0600Date Closed:2009-11-30 10:40:45.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/Interoperability
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_sip.diff
Description:I found the sip sdp,always lack last line.
In fact in get_sdp_line function:
while (*start < stop) {...}
should be
while (*start <= stop) {...}
I tested in version 1.6.0.18 and 1.6.1.10.
Comments:By: Santiago Gimeno (sgimeno) 2009-11-30 08:18:55.000-0600

I think this looks like issue ASTERISK-15159

By: Leif Madsen (lmadsen) 2009-11-30 10:40:45.000-0600

This has already been fixed. You will find information about the commit in the issue I've marked this as a duplicate of. Thanks!