Issue #7928 - Don't send both 404 and 503. Fix by phsultan with a small fix by me, myself or I.

Thanks, Philippe! 
(This was caused by my changes to the transaction handling)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42826 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson 2006-09-12 14:17:33 +00:00
parent d970a07b1c
commit 50b6a222ef
1 changed files with 1 additions and 1 deletions

View File

@ -13080,7 +13080,7 @@ static int handle_request_invite(struct sip_pvt *p, struct sip_request *req, int
break;
}
} else {
if (p && !ast_test_flag(&p->flags[0], SIP_NEEDDESTROY)) {
if (p && p->autokillid > -1) {
const char *msg;
if (!p->jointcapability)