From: Olle Johansson Date: Wed, 23 Apr 2008 16:51:41 +0000 (+0000) Subject: Add 502 support for both directions, not only one... (see r114571) X-Git-Tag: 1.4.20-rc1~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5980514bb0f70a08a34394c531d3a7fc32eed634;p=thirdparty%2Fasterisk.git Add 502 support for both directions, not only one... (see r114571) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@114584 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index ae4758b9dd..dd6baff009 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -13090,6 +13090,7 @@ static void handle_response(struct sip_pvt *p, int resp, char *rest, struct sip_ case 488: /* Not acceptable here - codec error */ case 603: /* Decline */ case 500: /* Server error */ + case 502: /* Bad gateway */ case 503: /* Service Unavailable */ case 504: /* Server timeout */