[Asterisk-cvs] asterisk/channels chan_sip.c,1.581,1.582

markster at lists.digium.com markster at lists.digium.com
Thu Dec 2 18:54:50 CST 2004


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

Modified Files:
	chan_sip.c 
Log Message:
Oops


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.581
retrieving revision 1.582
diff -u -d -r1.581 -r1.582
--- chan_sip.c	2 Dec 2004 23:51:10 -0000	1.581
+++ chan_sip.c	2 Dec 2004 23:53:17 -0000	1.582
@@ -9124,7 +9124,7 @@
 	}
 
 	ast_mutex_lock(&chan->lock);
-	if (chan->type != type) {
+	if (chan->type != channeltype) {
 		ast_log(LOG_WARNING, "Call this application only on incoming SIP calls\n");
 		ast_mutex_unlock(&chan->lock);
 		return 0;




More information about the svn-commits mailing list