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
1.4
Tilghman Lesher 18 years ago
parent 5648feb3e9
commit 0c777767c9

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

Loading…
Cancel
Save