[asterisk-bugs] [Asterisk 0017179]: SDP does not get parsed when in SIP multipart body below line 64
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu May 6 10:42:57 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17179
======================================================================
Reported By: khw
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 17179
Category: Channels/chan_sip/General
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Target Version: 1.6.2.9
Asterisk Version: SVN
JIRA: SWP-1306
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 257191
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-04-14 03:17 CDT
Last Modified: 2010-05-06 10:42 CDT
======================================================================
Summary: SDP does not get parsed when in SIP multipart body
below line 64
Description:
Currently SIP_MAX_LINES ist set to 64. Hence, when the SDP is contained in
a SIP multipart body below line 64 it will not get parsed at all, even
though there is a valid SDP in the message. When the multipart message is
short enough, there is no problem at all. So since Asterisk is able to
handle multipart messages (there may be a bunch of other body parts than
SDP) I guess it would be also good to handle longer messages.
Is there a reason for this limit?
======================================================================
----------------------------------------------------------------------
(0121480) svnbot (reporter) - 2010-05-06 10:42
https://issues.asterisk.org/view.php?id=17179#c121480
----------------------------------------------------------------------
Repository: asterisk
Revision: 261562
_U branches/1.6.1/
U branches/1.6.1/channels/chan_sip.c
------------------------------------------------------------------------
r261562 | tilghman | 2010-05-06 10:42:56 -0500 (Thu, 06 May 2010) | 15
lines
Merged revisions 261560 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r261560 | tilghman | 2010-05-06 10:39:10 -0500 (Thu, 06 May 2010) | 8
lines
Permit more lines within a SIP body to be parsed.
The example given within the related issue showed 120 lines, which was
mostly
a result of the body being XML.
(closes issue https://issues.asterisk.org/view.php?id=17179)
Reported by: khw
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=261562
Issue History
Date Modified Username Field Change
======================================================================
2010-05-06 10:42 svnbot Checkin
2010-05-06 10:42 svnbot Note Added: 0121480
======================================================================
More information about the asterisk-bugs
mailing list