]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
pjsip: Increase maximum number of format attributes.
authorJoshua C. Colp <jcolp@sangoma.com>
Mon, 11 Apr 2022 09:30:33 +0000 (06:30 -0300)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 25 Apr 2022 20:44:29 +0000 (15:44 -0500)
Chrome has added more attributes, causing the limit to be
exceeded. This raises it up some more.

ASTERISK-30015

Change-Id: I964957c005c4e6f7871b15ea1ccd9b4659c7ef32

third-party/pjproject/patches/config_site.h

index 1cde66e1b69d5ea17cc49ddaa05a3949cbb9c43e..9f4d6787822e2aa2ac75578ef2c8e1f2a871cf06 100644 (file)
@@ -77,7 +77,7 @@
 /* Increase limits to allow more formats */
 #define        PJMEDIA_MAX_SDP_FMT   64
 #define        PJMEDIA_MAX_SDP_BANDW   4
-#define        PJMEDIA_MAX_SDP_ATTR   (PJMEDIA_MAX_SDP_FMT*2 + 4)
+#define        PJMEDIA_MAX_SDP_ATTR   (PJMEDIA_MAX_SDP_FMT*3 + 4)
 #define        PJMEDIA_MAX_SDP_MEDIA   16
 
 /*