diff --git a/third-party/pjproject/patches/config_site.h b/third-party/pjproject/patches/config_site.h
index a345734b0f8b3767638992b0cc0fb96bb974263e..561b3a231f1ddfcc8892945e42379e95989518c7 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)