mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Opaquify ast_channel typedefs, fd arrays, and softhangup flag
Review: https://reviewboard.asterisk.org/r/1784/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@357721 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4915,8 +4915,8 @@ static struct ast_channel *skinny_new(struct skinny_line *l, struct skinny_subli
|
||||
ast_channel_amaflags_set(tmp, l->amaflags);
|
||||
|
||||
ast_module_ref(ast_module_info->self);
|
||||
tmp->callgroup = l->callgroup;
|
||||
tmp->pickupgroup = l->pickupgroup;
|
||||
ast_channel_callgroup_set(tmp, l->callgroup);
|
||||
ast_channel_pickupgroup_set(tmp, l->pickupgroup);
|
||||
|
||||
/* XXX Need to figure out how to handle CFwdNoAnswer */
|
||||
if (l->cfwdtype & SKINNY_CFWD_ALL) {
|
||||
|
Reference in New Issue
Block a user