summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-12-16 03:15:20 +0000
committerMark Spencer <markster@digium.com>2004-12-16 03:15:20 +0000
commitcadb8d010b824f7f89a61b9441406f4b33914911 (patch)
tree7f1ec5178785b3a1389a6a65e35a0d1c1a19c0f6 /apps
parentda6073e8c604c4904286e4ac23c5bfdc2a1b447d (diff)
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
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_dial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index b8785561c..89cf37521 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -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)