[asterisk-bugs] [Asterisk 0015157]: [patch] Annoying "Unknown RTP codec 126 received" messages confuse people
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Aug 20 15:33:37 CDT 2010
The issue 0017894 has been set as DUPLICATE OF the following issue.
======================================================================
https://issues.asterisk.org/view.php?id=15157
======================================================================
Reported By: jcovert
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 15157
Category: Core/RTP
Reproducibility: always
Severity: tweak
Priority: normal
Status: closed
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!):
Request Review:
Resolution: suspended
Fixed in Version:
======================================================================
Date Submitted: 2009-05-19 12:51 CDT
Last Modified: 2010-08-20 15:33 CDT
======================================================================
Summary: [patch] Annoying "Unknown RTP codec 126 received"
messages confuse people
Description:
The X-Lite Softphone, one of the most commonly used softphones on Asterisk,
sends RTP codec 126 messages, which annoy and confuse users who are running
with verbosity set to 3, the most likely verbosity setting for watching a
system in operation.
I propose:
a. modifying main/rtp.c to test VERBOSITY_ATLEAST(4) prior to the call to
ast_log(LOG_NOTICE, "Unknown RTP codec %d received from...",...)
b. (and/or possibly) explicitly ignoring 126 no matter what the
verbosity.
I will generate a patch in the next two or three days; in the interim I
welcome any comments.
I also note that in trunk rtp.c has been replaced by rtp_engine.c; I have
not yet determined whether a similar issue exists. Comments?
Regards/john
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
has duplicate 0017894 Asterisk does not recognize RTP Payload...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-08-20 15:33 pabelanger Relationship added has duplicate 0017894
======================================================================
More information about the asterisk-bugs
mailing list