[Asterisk-code-review] chan pjsip: Suppress frame warnings. (asterisk[15])
Benjamin Keith Ford
asteriskteam at digium.com
Tue Sep 5 09:44:20 CDT 2017
Benjamin Keith Ford has uploaded this change for review. ( https://gerrit.asterisk.org/6401
Change subject: chan_pjsip: Suppress frame warnings.
......................................................................
chan_pjsip: Suppress frame warnings.
When rtp_keepalive is on for a PJSIP endpoint dialing to another
Asterisk instance also using PJSIP, Asterisk will continue to print
warning messages about not being able to send frames of a certain
type. This suppresses that warning message.
Change-Id: I0332a05519d7bda9cacfa26d433909ff1909be67
---
M channels/chan_pjsip.c
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/01/6401/1
diff --git a/channels/chan_pjsip.c b/channels/chan_pjsip.c
index 677dfd3..b36e77b 100644
--- a/channels/chan_pjsip.c
+++ b/channels/chan_pjsip.c
@@ -942,7 +942,6 @@
}
break;
default:
- ast_log(LOG_WARNING, "Can't send %u type frames with PJSIP\n", frame->frametype);
break;
}
--
To view, visit https://gerrit.asterisk.org/6401
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0332a05519d7bda9cacfa26d433909ff1909be67
Gerrit-Change-Number: 6401
Gerrit-PatchSet: 1
Gerrit-Owner: Benjamin Keith Ford <bford at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20170905/fed12d3e/attachment.html>
More information about the asterisk-code-review
mailing list