mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Treat a 502 just like a 503, when it comes to processing a response code
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@114571 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -12948,6 +12948,7 @@ static void handle_response(struct sip_pvt *p, int resp, char *rest, struct sip_
|
||||
break;
|
||||
}
|
||||
/* Fall through */
|
||||
case 502: /* Bad gateway */
|
||||
case 503: /* Service Unavailable */
|
||||
case 504: /* Server Timeout */
|
||||
if (owner)
|
||||
|
Reference in New Issue
Block a user