[Asterisk-cvs] asterisk/channels chan_sip.c,1.202,1.203

markster at lists.digium.com markster at lists.digium.com
Sat Oct 25 12:14:56 CDT 2003


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

Modified Files:
	chan_sip.c 
Log Message:
Fix *8# magically (bug #116)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- chan_sip.c	24 Oct 2003 18:22:45 -0000	1.202
+++ chan_sip.c	25 Oct 2003 17:41:02 -0000	1.203
@@ -5020,6 +5020,7 @@
 						c = NULL;
 					} else {
 						ast_mutex_unlock(&p->lock);
+						ast_setstate(c, AST_STATE_DOWN);
 						ast_hangup(c);
 						ast_mutex_lock(&p->lock);
 						c = NULL;




More information about the svn-commits mailing list