From b72da3343cd16e8c383aae5168dc647b997ab446 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Wed, 12 Jan 2005 15:23:06 +0000 Subject: Destroy sip channel when message is sent outside the context of a call... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4766 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'channels') diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 3576e966c..a5fdc4980 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -7918,6 +7918,8 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc receive_message(p, req); } transmit_response(p, "200 OK", req); + if (!p->lastinvite) + ast_set_flag(p, SIP_NEEDDESTROY); } else if (!strcasecmp(cmd, "SUBSCRIBE")) { if (!ignore) { /* Use this as the basis */ -- cgit v1.2.3