[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:39:11 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: acknowledged
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:
======================================================================
Date Submitted: 2010-04-14 03:17 CDT
Last Modified: 2010-05-06 10:39 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?
======================================================================
----------------------------------------------------------------------
(0121478) svnbot (reporter) - 2010-05-06 10:39
https://issues.asterisk.org/view.php?id=17179#c121478
----------------------------------------------------------------------
Repository: asterisk
Revision: 261560
U trunk/channels/sip/include/sip.h
------------------------------------------------------------------------
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=261560
Issue History
Date Modified Username Field Change
======================================================================
2010-05-06 10:39 svnbot Checkin
2010-05-06 10:39 svnbot Note Added: 0121478
======================================================================
More information about the asterisk-bugs
mailing list