[Asterisk-cvs] asterisk/apps app_dial.c,1.140,1.141

markster at lists.digium.com markster at lists.digium.com
Fri Feb 25 21:59:05 CST 2005


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

Modified Files:
	app_dial.c 
Log Message:
Fix SetVar (bug #3668) and g + transfer (#3650)


Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- app_dial.c	11 Feb 2005 06:53:18 -0000	1.140
+++ app_dial.c	26 Feb 2005 03:57:10 -0000	1.141
@@ -1282,7 +1282,7 @@
 	
 	LOCAL_USER_REMOVE(u);
 	
-	if ((ast_test_flag(peerflags, DIAL_GO_ON)) && (!chan->_softhangup))
+	if ((ast_test_flag(peerflags, DIAL_GO_ON)) && (!chan->_softhangup) && (res != AST_PBX_KEEPALIVE))
 	    res=0;
 	    
 	return res;




More information about the svn-commits mailing list