aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-23 16:57:28 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-23 16:57:28 +0000
commit973985bd8a1e8f1c33d0fd3e497c84f11b8d3385 (patch)
tree29fa683c8cb97474ca0fdb2ed9f3d3bebca1a1e2 /channels
parent39714c508744b6d99d90578631c7d814f38f1574 (diff)
Merged revisions 114585 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r114585 | oej | 2008-04-23 18:53:34 +0200 (Ons, 23 Apr 2008) | 10 lines Merged revisions 114584 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r114584 | oej | 2008-04-23 18:51:41 +0200 (Ons, 23 Apr 2008) | 2 lines Add 502 support for both directions, not only one... (see r114571) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@114586 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 7493226c4..e3fa3100f 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -15484,6 +15484,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 */