[Home]

Summary:ASTERISK-16779: Cannot disallow unknown format ''
Reporter:Atis Lezdins (atis)Labels:
Date Opened:2010-10-07 12:52:26Date Closed:2015-03-13 21:29:23
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/CodecInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
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}
Comments: