Destroy channels on BYE when no owner is present

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1584 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2003-09-30 04:57:20 +00:00
parent b64094d528
commit b9643771af
1 changed files with 2 additions and 0 deletions

View File

@ -5043,6 +5043,8 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
}
} else if (p->owner)
ast_queue_hangup(p->owner, 0);
else
p->needdestroy = 1;
transmit_response(p, "200 OK", req);
} else if (!strcasecmp(cmd, "MESSAGE")) {
if (sipdebug)