mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9581 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2381,6 +2381,8 @@ struct ast_channel *__ast_request_and_dial(const char *type, int format, void *d
|
||||
ast_set_callerid(chan, oh->cid_num, oh->cid_name, oh->cid_num);
|
||||
if (oh->parent_channel)
|
||||
ast_channel_inherit_variables(oh->parent_channel, chan);
|
||||
if (oh->account)
|
||||
ast_cdr_setaccount(chan, oh->account);
|
||||
}
|
||||
ast_set_callerid(chan, cid_num, cid_name, cid_num);
|
||||
|
||||
|
Reference in New Issue
Block a user