[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
Mon Apr 19 15:48:18 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17179 
====================================================================== 
Reported By:                khw
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17179
Category:                   Channels/chan_sip/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
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-04-19 15:48 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?
====================================================================== 

---------------------------------------------------------------------- 
 (0120616) tilghman (administrator) - 2010-04-19 15:48
 https://issues.asterisk.org/view.php?id=17179#c120616 
---------------------------------------------------------------------- 
The example is already 120 lines, so I'd go with 256, just to be safe. 
Stack space is not a concern, as this is allocated on the heap. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-04-19 15:48 tilghman       Note Added: 0120616                          
======================================================================




More information about the asterisk-bugs mailing list