From: Alexander Traud Date: Fri, 3 Dec 2021 13:38:35 +0000 (+0100) Subject: res_pjsip_sdp_rtp: Do not warn on unknown sRTP crypto suites. X-Git-Tag: 19.2.0-rc1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bba2f14c59701745939bbc2365b368ac78118917;p=thirdparty%2Fasterisk.git res_pjsip_sdp_rtp: Do not warn on unknown sRTP crypto suites. res_sdp_crypto_parse_offer(.) emits many log messages already. ASTERISK-29785 Change-Id: I1a191ebe4fec1102946d4e31887e5197ca02dfe8 --- diff --git a/res/res_pjsip_sdp_rtp.c b/res/res_pjsip_sdp_rtp.c index a3bc462942..ae200a7318 100644 --- a/res/res_pjsip_sdp_rtp.c +++ b/res/res_pjsip_sdp_rtp.c @@ -1144,7 +1144,7 @@ static int setup_sdes_srtp(struct ast_sip_session_media *session_media, return 0; } - ast_log(LOG_WARNING, "Ignoring crypto offer with unsupported parameters: %s\n", crypto_str); + ast_debug(1, "Ignoring crypto offer with unsupported parameters: %s\n", crypto_str); } /* no usable crypto attributes found */