mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 166953 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r166953 | tilghman | 2008-12-31 13:20:35 -0600 (Wed, 31 Dec 2008) | 5 lines Also inherit the musiconhold class. (Closes #14153) Reported by: Jerry Geis, via the users list. Patch by: me (license 14) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@166954 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -522,6 +522,7 @@ static int local_call(struct ast_channel *ast, char *dest, int timeout)
|
||||
p->chan->cid.cid_tns = p->owner->cid.cid_tns;
|
||||
ast_string_field_set(p->chan, language, p->owner->language);
|
||||
ast_string_field_set(p->chan, accountcode, p->owner->accountcode);
|
||||
ast_string_field_set(p->chan, musicclass, p->owner->musicclass);
|
||||
ast_cdr_update(p->chan);
|
||||
p->chan->cdrflags = p->owner->cdrflags;
|
||||
|
||||
|
Reference in New Issue
Block a user