[Asterisk-cvs] asterisk/channels chan_zap.c,1.465,1.466

kpfleming at lists.digium.com kpfleming at lists.digium.com
Fri Jun 24 15:15:26 CDT 2005


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

Modified Files:
	chan_zap.c 
Log Message:
un-break three-way calling


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.465
retrieving revision 1.466
diff -u -d -r1.465 -r1.466
--- chan_zap.c	24 Jun 2005 02:37:32 -0000	1.465
+++ chan_zap.c	24 Jun 2005 19:15:51 -0000	1.466
@@ -3817,7 +3817,7 @@
 						} else {
 							/* Lets see what we're up to */
 							if (((ast->pbx) || (ast->_state == AST_STATE_UP)) && 
-							    (!p->transfertobusy && (p->owner->_state != AST_STATE_BUSY))) {
+							    (p->transfertobusy || (p->owner->_state != AST_STATE_BUSY))) {
 								int otherindex = SUB_THREEWAY;
 
 								if (option_verbose > 2)




More information about the svn-commits mailing list