[asterisk-bugs] [Asterisk 0016348]: [patch] get_sdp_line condition is not right?
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Nov 30 08:18:55 CST 2009
A NOTE has been added to this issue.
======================================================================
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-30 08:18 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.
======================================================================
----------------------------------------------------------------------
(0114359) sgimeno (reporter) - 2009-11-30 08:18
https://issues.asterisk.org/view.php?id=16348#c114359
----------------------------------------------------------------------
I think this looks like issue https://issues.asterisk.org/view.php?id=16268
Issue History
Date Modified Username Field Change
======================================================================
2009-11-30 08:18 sgimeno Note Added: 0114359
======================================================================
More information about the asterisk-bugs
mailing list