[asterisk-bugs] [JIRA] (ASTERISK-25616) Warning with a Codec Module which supports PLC with FEC

Asterisk Team (JIRA) noreply at issues.asterisk.org
Wed Jul 27 10:18:20 CDT 2016


     [ https://issues.asterisk.org/jira/browse/ASTERISK-25616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asterisk Team updated ASTERISK-25616:
-------------------------------------

    Target Release Version/s: 14.0.0

> 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: 11.20.0, 13.6.0
>            Reporter: Alexander Traud
>            Severity: Trivial
>      Target Release: 11.21.0, 13.7.0, 14.0.0
>
>         Attachments: no_warning_on_fec.patch
>
>
> {{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|https://github.com/seanbright/asterisk-opus/issues/9]. 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