mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
Merge russell's flag macro patch (with slight mods) (bug #3046)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4469 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -914,7 +914,7 @@ static int dial_exec(struct ast_channel *chan, void *data)
|
||||
/* Presense of ADSI CPE on outgoing channel follows ours */
|
||||
tmp->chan->adsicpe = chan->adsicpe;
|
||||
/* pass the digital flag */
|
||||
ast_dup_flag(tmp->chan, chan, AST_FLAG_DIGITAL);
|
||||
ast_copy_flags(tmp->chan, chan, AST_FLAG_DIGITAL);
|
||||
|
||||
/* If we have an outbound group, set this peer channel to it */
|
||||
if (outbound_group)
|
||||
|
Reference in New Issue
Block a user