[Asterisk-cvs] asterisk/channels chan_sip.c,1.573,1.574
markster at lists.digium.com
markster at lists.digium.com
Mon Nov 22 00:03:15 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv32230/channels
Modified Files:
chan_sip.c
Log Message:
Minor realtime improvements
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.573
retrieving revision 1.574
diff -u -d -r1.573 -r1.574
--- chan_sip.c 21 Nov 2004 19:36:46 -0000 1.573
+++ chan_sip.c 22 Nov 2004 05:03:03 -0000 1.574
@@ -692,6 +692,7 @@
ast_mutex_lock(&pkt->owner->lock);
}
if (pkt->owner->owner) {
+ pkt->owner->alreadygone=1;
ast_queue_hangup(pkt->owner->owner);
ast_mutex_unlock(&pkt->owner->owner->lock);
} else {
More information about the svn-commits
mailing list