mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 23:15:59 +00:00
pjproject: Update bundled to 2.12 release.
This change removes patches which have been merged into upstream and updates some existing ones. It also adds some additional config_site.h changes to restore previous behavior, as well as a patch to allow multiple Authorization headers. There seems to be some confusion or disagreement on language in RFC 8760 in regards to whether multiple Authorization headers are supported. The RFC implies it is allowed, as does some past sipcore discussion. There is also the catch all of "local policy" to allow it. In the case of Asterisk we allow it. ASTERISK-29351 Change-Id: Id39ece02dedb7b9f739e0e37ea47d76854af7191
This commit is contained in:
committed by
Kevin Harwell
parent
ec5b449bcf
commit
e5e02f783d
4
third-party/pjproject/patches/config_site.h
vendored
4
third-party/pjproject/patches/config_site.h
vendored
@@ -87,3 +87,7 @@
|
||||
*/
|
||||
#define PJSIP_TCP_KEEP_ALIVE_INTERVAL 0
|
||||
#define PJSIP_TLS_KEEP_ALIVE_INTERVAL 0
|
||||
|
||||
#define PJSIP_TSX_UAS_CONTINUE_ON_TP_ERROR 0
|
||||
#define PJ_SSL_SOCK_OSSL_USE_THREAD_CB 0
|
||||
#define PJSIP_AUTH_ALLOW_MULTIPLE_AUTH_HEADER 1
|
||||
|
||||
Reference in New Issue
Block a user