mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-4708 add <param name="NDLB-allow-crypto-in-avp" value="true"/> to your sofia profile and it should set the header
This commit is contained in:
@@ -283,7 +283,8 @@ typedef enum {
|
||||
PFLAG_NDLB_SENDRECV_IN_SESSION = (1 << 2),
|
||||
PFLAG_NDLB_ALLOW_BAD_IANANAME = (1 << 3),
|
||||
PFLAG_NDLB_ALLOW_NONDUP_SDP = (1 << 4),
|
||||
PFLAG_NDLB_ALLOW_CRYPTO_IN_AVP = (1 << 5)
|
||||
PFLAG_NDLB_ALLOW_CRYPTO_IN_AVP = (1 << 5),
|
||||
PFLAG_NDLB_EXPIRES_IN_REGISTER_RESPONSE = (1 << 6)
|
||||
} sofia_NDLB_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user