dect
/
asterisk
Archived
13
0
Fork 0

Fix three-way issue

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7029 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2005-11-08 19:36:20 +00:00
parent dfa24001c7
commit f577ceb68c
1 changed files with 1 additions and 1 deletions

View File

@ -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;