FS-6418 FS-6427 add profile param NDLB-proxy-never-patch-reinvites to solve both issues

This commit is contained in:
Anthony Minessale
2014-05-21 03:31:45 +05:00
parent f8527f55f9
commit bedf8327b6
3 changed files with 15 additions and 6 deletions

View File

@@ -50,7 +50,8 @@ typedef enum {
SM_NDLB_ALLOW_NONDUP_SDP = (1 << 1),
SM_NDLB_ALLOW_CRYPTO_IN_AVP = (1 << 2),
SM_NDLB_DISABLE_SRTP_AUTH = (1 << 3),
SM_NDLB_SENDRECV_IN_SESSION = (1 << 4)
SM_NDLB_SENDRECV_IN_SESSION = (1 << 4),
SM_NDLB_NEVER_PATCH_REINVITE = (1 << 5)
} switch_core_media_NDLB_t;
typedef enum {