mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@29502 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -344,6 +344,8 @@ static int local_call(struct ast_channel *ast, char *dest, int timeout)
|
||||
else
|
||||
p->chan->cid.cid_ani = NULL;
|
||||
|
||||
p->chan->cid.cid_pres = p->owner->cid.cid_pres;
|
||||
|
||||
strncpy(p->chan->language, p->owner->language, sizeof(p->chan->language) - 1);
|
||||
strncpy(p->chan->accountcode, p->owner->accountcode, sizeof(p->chan->accountcode) - 1);
|
||||
p->chan->cdrflags = p->owner->cdrflags;
|
||||
|
Reference in New Issue
Block a user