[Home]

Summary:ASTERISK-16173: Bad defaulting in chan_skype.c
Reporter:Richard Kenner (kenner)Labels:
Date Opened:2010-05-30 00:31:24Date Closed:2011-06-07 14:05:00
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:A default is set up for the "disallow" parameter of "".  But when handle_options is called, that value is invalid and results in the message:

[May 30 01:18:40] WARNING[19279]: frame.c:1253 ast_parse_allow_disallow: Cannot disallow unknown format ''

coming out for every user.
Comments:By: Tilghman Lesher (tilghman) 2010-05-30 15:12:24

chan_skype is not open source.  Please report the problem to your vendor.

By: Tilghman Lesher (tilghman) 2010-05-30 15:21:16

btw, if you're talking about a realtime parameter, the value for "not present" is NULL, not a blank.  Fix your database table.