mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +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:
@@ -1176,8 +1176,8 @@ static struct ast_channel *gtalk_new(struct gtalk *client, struct gtalk_pvt *i,
|
||||
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