[Asterisk-cvs] asterisk/apps app_dial.c,1.112,1.113
markster at lists.digium.com
markster at lists.digium.com
Wed Dec 15 22:18:42 CST 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv1313/apps
Modified Files:
app_dial.c
Log Message:
Merge russell's flag macro patch (with slight mods) (bug #3046)
Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- app_dial.c 12 Dec 2004 04:58:07 -0000 1.112
+++ app_dial.c 16 Dec 2004 03:15:20 -0000 1.113
@@ -914,7 +914,7 @@
/* 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)
More information about the svn-commits
mailing list