mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +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:
@@ -2450,8 +2450,8 @@ static struct ast_channel *vpb_new(struct vpb_pvt *me, enum ast_channel_state st
|
||||
ast_channel_tech_set(tmp, &vpb_tech);
|
||||
}
|
||||
|
||||
tmp->callgroup = me->callgroup;
|
||||
tmp->pickupgroup = me->pickupgroup;
|
||||
ast_channel_callgroup_set(tmp, me->callgroup);
|
||||
ast_channel_pickupgroup_set(tmp, me->pickupgroup);
|
||||
|
||||
/* Linear is the preferred format. Although Voicetronix supports other formats
|
||||
* they are all converted to/from linear in the vpb code. Best for us to use
|
||||
|
Reference in New Issue
Block a user