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:
@@ -888,8 +888,8 @@ static struct ast_channel *jingle_new(struct jingle *client, struct jingle_pvt *
|
||||
ast_format_copy(ast_channel_rawreadformat(tmp), &tmpfmt);
|
||||
ast_channel_tech_pvt_set(tmp, i);
|
||||
|
||||
tmp->callgroup = client->callgroup;
|
||||
tmp->pickupgroup = client->pickupgroup;
|
||||
ast_channel_callgroup_set(tmp, client->callgroup);
|
||||
ast_channel_pickupgroup_set(tmp, client->pickupgroup);
|
||||
ast_channel_caller(tmp)->id.name.presentation = client->callingpres;
|
||||
ast_channel_caller(tmp)->id.number.presentation = client->callingpres;
|
||||
if (!ast_strlen_zero(client->accountcode))
|
||||
|
Reference in New Issue
Block a user