mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-04 13:57:31 -07:00
Merged revisions 114571 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r114571 | tilghman | 2008-04-22 18:51:44 -0500 (Tue, 22 Apr 2008) | 2 lines Treat a 502 just like a 503, when it comes to processing a response code ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114572 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -16323,6 +16323,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