On busy, don't destroy channel

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@694 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-03-26 02:39:14 +00:00
parent 56fea820dc
commit 7d2025db5f

View File

@@ -3292,8 +3292,7 @@ retrylock:
break;
}
transmit_request(p, "ACK", 0);
__sip_destroy(p, 0);
p = NULL;
p->alreadygone = 1;
} else
ast_log(LOG_NOTICE, "Dunno anything about a %d %s response from %s\n", resp, rest, p->owner ? p->owner->name : inet_ntoa(p->sa.sin_addr));
}