mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-06 13:07:21 +00:00
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
This commit is contained in:
committed by
Joshua Colp
parent
c37cc5d3bc
commit
a103956fc9
@@ -1144,7 +1144,7 @@ static int setup_sdes_srtp(struct ast_sip_session_media *session_media,
|
|||||||
return 0;
|
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 */
|
/* no usable crypto attributes found */
|
||||||
|
Reference in New Issue
Block a user