[Asterisk-cvs] asterisk/channels chan_zap.c,1.539,1.540
markster
markster
Tue Nov 8 14:45:21 CST 2005
- Previous message: [Asterisk-cvs] zaptel ChangeLog,1.1.2.16,1.1.2.17
- Next message: [Asterisk-cvs] asterisk/apps app_curl.c, 1.17, 1.18 app_datetime.c,
1.9, 1.10 app_intercom.c, 1.28, 1.29 app_ivrdemo.c, 1.13,
1.14 app_osplookup.c, 1.16, 1.17 app_skel.c, 1.18, 1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Asterisk-cvs] zaptel ChangeLog,1.1.2.16,1.1.2.17
- Next message: [Asterisk-cvs] asterisk/apps app_curl.c, 1.17, 1.18 app_datetime.c,
1.9, 1.10 app_intercom.c, 1.28, 1.29 app_ivrdemo.c, 1.13,
1.14 app_osplookup.c, 1.16, 1.17 app_skel.c, 1.18, 1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list