diff --git a/coreapi/misc.c b/coreapi/misc.c index c5158a1b2..f978e2948 100644 --- a/coreapi/misc.c +++ b/coreapi/misc.c @@ -1533,7 +1533,7 @@ void linphone_core_set_tone(LinphoneCore *lc, LinphoneToneID id, const char *aud } const MSCryptoSuite * linphone_core_get_srtp_crypto_suites(LinphoneCore *lc){ - const char *config=lp_config_get_string(lc->config,"sip","srtp_crypto_suites","AES_CM_128_HMAC_SHA1_80, AES_CM_128_HMAC_SHA1_32"); + const char *config=lp_config_get_string(lc->config,"sip","srtp_crypto_suites","AES_CM_128_HMAC_SHA1_80, AES_CM_128_HMAC_SHA1_32, AES_CM_256_HMAC_SHA1_80, AES_CM_256_HMAC_SHA1_32"); char *tmp=ms_strdup(config); char *sep; char *pos; diff --git a/mediastreamer2 b/mediastreamer2 index 3389c9cc5..a8c195828 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit 3389c9cc5f6b0c78ca237cc1ca84bc4e01e24a47 +Subproject commit a8c195828c3a225e01e154fdbbf08636b1e28be8