Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv23643/channels

Modified Files:
        chan_zap.c 
Log Message:
Fix three-way issue 


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.539
retrieving revision 1.540
diff -u -d -r1.539 -r1.540
--- chan_zap.c  6 Nov 2005 15:09:46 -0000       1.539
+++ chan_zap.c  8 Nov 2005 19:36:20 -0000       1.540
@@ -3182,7 +3182,7 @@
                    (t0 != p0->subs[SUB_REAL].inthreeway) ||
                    (t1 != p1->subs[SUB_REAL].inthreeway) ||
                    (oi0 != i0) ||
-                   (oi1 != i0)) {
+                   (oi1 != i1)) {
                        ast_log(LOG_DEBUG, "Something changed out on %d/%d to 
%d/%d, returning -3 to restart\n",
                                op0->channel, oi0, op1->channel, oi1);
                        res = AST_BRIDGE_RETRY;

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to