[Asterisk-cvs] asterisk/channels chan_zap.c,1.233,1.234

markster at lists.digium.com markster at lists.digium.com
Sat May 22 11:23:41 CDT 2004


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

Modified Files:
	chan_zap.c 
Log Message:
When dialing out, we're always proceeding :)


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -d -r1.233 -r1.234
--- chan_zap.c	20 May 2004 07:57:19 -0000	1.233
+++ chan_zap.c	22 May 2004 15:36:59 -0000	1.234
@@ -1665,6 +1665,7 @@
 			ast_mutex_unlock(&p->lock);
 			return -1;
 		}
+		p->proceeding = 1;
 		ast_setstate(ast, AST_STATE_DIALING);
 		pri_rel(p->pri);
 		break;




More information about the svn-commits mailing list