[asterisk-bugs] [Asterisk 0016348]: [patch] get_sdp_line condition is not right?

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Nov 30 10:40:46 CST 2009


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16348 
====================================================================== 
Reported By:                rasonyang
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16348
Category:                   Channels/chan_sip/Interoperability
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Asterisk Version:           1.6.1.10 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-11-29 22:08 CST
Last Modified:              2009-11-30 10:40 CST
====================================================================== 
Summary:                    [patch] get_sdp_line condition is not right?
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.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
duplicate of        0016268 [patch] Last line of SDP is not being p...
====================================================================== 

---------------------------------------------------------------------- 
 (0114367) lmadsen (administrator) - 2009-11-30 10:40
 https://issues.asterisk.org/view.php?id=16348#c114367 
---------------------------------------------------------------------- 
This has already been fixed. You will find information about the commit in
the issue I've marked this as a duplicate of. Thanks! 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-11-30 10:40 lmadsen        Note Added: 0114367                          
2009-11-30 10:40 lmadsen        Status                   new => closed       
2009-11-30 10:40 lmadsen        Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list