mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
pjproject_bundled: Update for pjproject 2.6
* Removed all 2.5.5 functional patches. * Updated usages of pj_release_pool to be "safe". * Updated configure options to disable webrtc. * Updated config_site.h to disable webrtc in pjmedia. * Added Richard Mudgett's recent resolver patches. Change-Id: Ib400cc4dfca68b3d07ce14d314e829bfddc252c7
This commit is contained in:
6
third-party/pjproject/patches/config_site.h
vendored
6
third-party/pjproject/patches/config_site.h
vendored
@@ -20,6 +20,12 @@
|
||||
*/
|
||||
#define PJMEDIA_HAS_SRTP 0
|
||||
|
||||
/*
|
||||
* Defining PJMEDIA_HAS_WEBRTC_AEC to 0 does NOT disable Asterisk's ability to use
|
||||
* webrtc. It only disables the pjmedia webrtc transport which Asterisk doesn't use.
|
||||
*/
|
||||
#define PJMEDIA_HAS_WEBRTC_AEC 0
|
||||
|
||||
#define PJ_HAS_IPV6 1
|
||||
#define NDEBUG 1
|
||||
#define PJ_MAX_HOSTNAME (256)
|
||||
|
Reference in New Issue
Block a user