[Asterisk-code-review] res_pjsip_sdp_rtp: Do not warn on unknown sRTP crypto suites. (asterisk[master])
Alexander Traud
asteriskteam at digium.com
Fri Dec 3 07:42:13 CST 2021
Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17591 )
Change subject: res_pjsip_sdp_rtp: Do not warn on unknown sRTP crypto suites.
......................................................................
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
---
M res/res_pjsip_sdp_rtp.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/91/17591/1
diff --git a/res/res_pjsip_sdp_rtp.c b/res/res_pjsip_sdp_rtp.c
index a3bc462..ae200a7 100644
--- a/res/res_pjsip_sdp_rtp.c
+++ b/res/res_pjsip_sdp_rtp.c
@@ -1144,7 +1144,7 @@
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 */
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17591
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I1a191ebe4fec1102946d4e31887e5197ca02dfe8
Gerrit-Change-Number: 17591
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211203/69e857ce/attachment-0001.html>
More information about the asterisk-code-review
mailing list