]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_pjsip_sdp_rtp: Do not warn on unknown sRTP crypto suites.
authorAlexander Traud <pabstraud@compuserve.com>
Fri, 3 Dec 2021 13:38:35 +0000 (14:38 +0100)
committerJoshua Colp <jcolp@sangoma.com>
Tue, 7 Dec 2021 13:16:32 +0000 (07:16 -0600)
res_sdp_crypto_parse_offer(.) emits many log messages already.

ASTERISK-29785

Change-Id: I1a191ebe4fec1102946d4e31887e5197ca02dfe8

res/res_pjsip_sdp_rtp.c

index c3578e83473502fdd4fcd49477f5bde016ba4e24..ca1502501fb77ee58f02ff9c682b4765e29aaf52 100644 (file)
@@ -1075,7 +1075,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 */