mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
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
This commit is contained in:
2
third-party/pjproject/patches/config_site.h
vendored
2
third-party/pjproject/patches/config_site.h
vendored
@@ -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)
|
||||
|
Reference in New Issue
Block a user