[Asterisk-code-review] pjsip: Increase maximum packet size. (asterisk[14])
Matthew Fredrickson
asteriskteam at digium.com
Tue Jul 18 17:00:48 CDT 2017
Matthew Fredrickson has uploaded this change for review. ( https://gerrit.asterisk.org/6035
Change subject: pjsip: Increase maximum packet size.
......................................................................
pjsip: Increase maximum packet size.
The maximum packet size for PJSIP has been increased to handle the
multiple streams being added for WebRTC.
Change-Id: I9ea1e8d02668c544acadcb1c6200e1cc1bd588b3
---
M third-party/pjproject/patches/config_site.h
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/35/6035/1
diff --git a/third-party/pjproject/patches/config_site.h b/third-party/pjproject/patches/config_site.h
index a345734..561b3a2 100644
--- a/third-party/pjproject/patches/config_site.h
+++ b/third-party/pjproject/patches/config_site.h
@@ -68,7 +68,7 @@
Enabling it will result in SEGFAULTS when URIs containing escape sequences are encountered.
*/
#undef PJSIP_UNESCAPE_IN_PLACE
-#define PJSIP_MAX_PKT_LEN 6000
+#define PJSIP_MAX_PKT_LEN 32000
#undef PJ_TODO
#define PJ_TODO(x)
--
To view, visit https://gerrit.asterisk.org/6035
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ea1e8d02668c544acadcb1c6200e1cc1bd588b3
Gerrit-Change-Number: 6035
Gerrit-PatchSet: 1
Gerrit-Owner: Matthew Fredrickson <creslin at digium.com>
Gerrit-Reviewer: Benjamin Keith Ford <bford at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20170718/7a217c7b/attachment.html>
More information about the asterisk-code-review
mailing list