mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Removed cdrflags from ast_channel structure.
Only chan_dahdi set a value in cdrflags. Everyone else just copied it around the system. Noone cared about any value it may have contained. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@250565 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -615,7 +615,6 @@ start_over:
|
||||
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;
|
||||
|
||||
if (!ast_exists_extension(NULL, p->chan->context, p->chan->exten, 1, p->owner->cid.cid_num)) {
|
||||
ast_log(LOG_NOTICE, "No such extension/context %s@%s while calling Local channel\n", p->chan->exten, p->chan->context);
|
||||
|
Reference in New Issue
Block a user