From 242efcc06a3d6ea46c1a21faada22a574201351b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Sun, 12 Feb 2023 12:06:06 +0000 Subject: [PATCH] SIP:calls_sdp_crypto_context_generate_answer() accept the first supporetd a=crypto: line --- plugins/provider/sip/calls-sdp-crypto-context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/provider/sip/calls-sdp-crypto-context.c b/plugins/provider/sip/calls-sdp-crypto-context.c index fda89e8..57a2768 100644 --- a/plugins/provider/sip/calls-sdp-crypto-context.c +++ b/plugins/provider/sip/calls-sdp-crypto-context.c @@ -472,6 +472,7 @@ calls_sdp_crypto_context_generate_answer (CallsSdpCryptoContext *self) attr->crypto_suite = attr_offer->crypto_suite; attr->tag = attr_offer->tag; calls_srtp_crypto_attribute_init_keys (attr); + break; } }