mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
After 404 or 484, don't send 503
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@775 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4142,7 +4142,7 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
|
||||
transmit_response(p, "100 Trying", req);
|
||||
}
|
||||
} else {
|
||||
if (p) {
|
||||
if (p && !p->needdestroy) {
|
||||
ast_log(LOG_NOTICE, "Unable to create/find channel\n");
|
||||
transmit_response_reliable(p, "503 Unavailable", req);
|
||||
p->needdestroy = 1;
|
||||
|
||||
Reference in New Issue
Block a user