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

Asterisk Bug Tracker noreply at bugs.digium.com
Sun Nov 29 22:29:37 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:                     new
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:              
====================================================================== 
Date Submitted:             2009-11-29 22:08 CST
Last Modified:              2009-11-29 22:29 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.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-11-29 22:29 rasonyang      Summary                  get_sdp_line condition
is not right? => [patch] get_sdp_line condition is not right?
======================================================================




More information about the asterisk-bugs mailing list