[asterisk-bugs] [JIRA] (ASTERISK-25616) Warning with a Codec Module which supports PLC with FEC
Alexander Traud (JIRA)
noreply at issues.asterisk.org
Tue Dec 8 03:46:33 CST 2015
Alexander Traud created ASTERISK-25616:
------------------------------------------
Summary: Warning with a Codec Module which supports PLC with FEC
Key: ASTERISK-25616
URL: https://issues.asterisk.org/jira/browse/ASTERISK-25616
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Codecs/General
Affects Versions: 13.6.0, 11.20.0
Reporter: Alexander Traud
Severity: Trivial
{{WARNING: translate.c:412 opustolin48 did not update samples 0}}
Some (audio) formats allow not just native PLC but FEC, for example the Opus Codec. If no data is available but FEC is enabled, the transcoding module has to wait for another RTP payload to decide whether to go for PLC or FEC. When the transcoding module waits, the above message is emitted. In that case, that message is wrong but cannot be disabled because it uses the log level WARNING.
This source-code was introduced in April 2006 with [SVN-18541|http://svnview.digium.com/svn/asterisk?view=revision&revision=18541].
I searched a bit on the discussion board, mailing lists, and issue reports: The above message was never ever the only one being emitted. Furthermore, the transcoding module itself should emit a warning when it is not able to update the samples. Therefore, we have several choices for disabling this message:
A) if module supports PLC and f(rame)->datalen == 0,
B) change the level from WARNING to DEBUG-5, or
C) remove that message completely.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list