From: Mark Spencer Date: Tue, 8 Nov 2005 19:36:20 +0000 (+0000) Subject: Fix three-way issue X-Git-Tag: 1.2.0-rc1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f0a6db6f4a837f11f0fa672684f4456109a8bc;p=thirdparty%2Fasterisk.git Fix three-way issue git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7029 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_zap.c b/channels/chan_zap.c index 199a377bac..d9a7b4771c 100755 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -3182,7 +3182,7 @@ static enum ast_bridge_result zt_bridge(struct ast_channel *c0, struct ast_chann (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;