Skip to content
Snippets Groups Projects
Commit e91fc62f authored by zuul's avatar zuul Committed by Gerrit Code Review
Browse files

Merge "pjproject_bundled: Disable srtp use by pjmedia"

parents b869bf0f a7487e92
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,14 @@
#include <sys/select.h>
/*
* Defining PJMEDIA_HAS_SRTP to 0 does NOT disable Asterisk's ability to use srtp.
* It only disables the pjmedia srtp transport which Asterisk doesn't use.
* The reason for the disable is that while Asterisk works fine with older libsrtp
* versions, newer versions of pjproject won't compile with them.
*/
#define PJMEDIA_HAS_SRTP 0
#define PJ_HAS_IPV6 1
#define NDEBUG 1
#define PJ_MAX_HOSTNAME (256)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment