[Asterisk-cvs] asterisk/channels chan_sip.c,1.369,1.370

markster at lists.digium.com markster at lists.digium.com
Thu May 6 10:32:15 CDT 2004


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

Modified Files:
	chan_sip.c 
Log Message:
Don't autodestruct on semi-ack.  We'll add it as we need it case-by-case.


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -d -r1.369 -r1.370
--- chan_sip.c	6 May 2004 01:33:24 -0000	1.369
+++ chan_sip.c	6 May 2004 14:41:03 -0000	1.370
@@ -656,8 +656,6 @@
 			if (cur->retransid > -1)
 				ast_sched_del(sched, cur->retransid);
 			cur->retransid = -1;
-			/* Schedule destruction in 15000ms just in case */
-			sip_scheddestroy(p, 15000);
 			res = 0;
 			break;
 		}




More information about the svn-commits mailing list