[asterisk-bugs] [JIRA] (ASTERISK-16779) Cannot disallow unknown format ''
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Fri Mar 13 21:12:34 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-16779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan updated ASTERISK-16779:
-----------------------------------
Description:
I keep getting "Cannot disallow unknown format ''" warnings in log.
Apparently I do have realtime column in database which is empty, so there shouldn't be any disallowed codec.
Everything works fine, just the warning is misleading. It could be simply checked with ast_strlen_zero
{noformat}
WARNING[2809] frame.c: Cannot disallow unknown format ''
WARNING[2809] chan_sip.c: Codec configuration errors found in line 0 : disallow =
{noformat}
was:
I keep getting "Cannot disallow unknown format ''" warnings in log.
Apparently I do have realtime column in database which is empty, so there shouldn't be any disallowed codec.
Everything works fine, just the warning is misleading. It could be simply checked with ast_strlen_zero
WARNING[2809] frame.c: Cannot disallow unknown format ''
WARNING[2809] chan_sip.c: Codec configuration errors found in line 0 : disallow =
> Cannot disallow unknown format ''
> ---------------------------------
>
> Key: ASTERISK-16779
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-16779
> Project: Asterisk
> Issue Type: Bug
> Components: Core/CodecInterface
> Reporter: Atis Lezdins
> Severity: Trivial
>
> I keep getting "Cannot disallow unknown format ''" warnings in log.
> Apparently I do have realtime column in database which is empty, so there shouldn't be any disallowed codec.
> Everything works fine, just the warning is misleading. It could be simply checked with ast_strlen_zero
> {noformat}
> WARNING[2809] frame.c: Cannot disallow unknown format ''
> WARNING[2809] chan_sip.c: Codec configuration errors found in line 0 : disallow =
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list