From 3e8c85a93255d851abf0fad3ec484c60e3bafd11 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 19 Nov 2009 00:12:15 +0000 Subject: [PATCH] another one git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15536 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 39882b7391..cf2f33e41a 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -3187,7 +3187,7 @@ static void sofia_handle_sip_r_options(switch_core_session_t *session, int statu } if (gateway) { - if (status >= 200 && status < 600 && status != 408) { + if (status >= 200 && status < 600 && status != 408 && status != 503) { if (gateway->state == REG_STATE_FAILED) { gateway->state = REG_STATE_UNREGED; }