mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-03 05:23:26 -07:00
Merge "pjsip: Increase maximum packet size."
This commit is contained in:
+1
-1
@@ -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