[Home]

Summary:ASTERISK-26898: PJSIP SDP Packet Size hard coded limit too small for WebRTC
Reporter:John Edell (JohnEd)Labels:
Date Opened:2017-03-27 09:20:17Date Closed:2017-03-27 09:27:29
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_pjsip
Versions:14.1.2 Frequency of
Occurrence
Frequent
Related
Issues:
duplicatesASTERISK-26798 PJSIP: Limit of 6000 for max packet size is insufficient for some WebRTC INVITEs
Environment:Attachments:
Description:WebRTC clients from Firefox / Chrome sends an SDP packet which is larger than the hard coded packet size allowed by PJSIP. The problem is resolved by modifying the PJSIP config_site.h variable #define PJSIP_MAX_PKT_LEN  to a higher number and recompiling asterisk with pjsip bundled. If we could make the allowed SDP packet length higher by default, this would resolve the related issues.
Comments:By: Asterisk Team (asteriskteam) 2017-03-27 09:20:18.227-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].