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:
Tilghman Lesher
2008-04-22 23:51:44 +00:00
parent 5648feb3e9
commit 0c777767c9

View File

@@ -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)