From 190075abfb7893db96169b02c939b90b7cd6e6bd Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 2 Apr 2009 13:16:22 +0000 Subject: [PATCH] add 603 for now git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12883 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 7250dd8ba7..b1900e5111 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -539,7 +539,7 @@ void sofia_event_callback(nua_event_t event, break; } - if ((sofia_private && sofia_private == &mod_sofia_globals.destroy_private) || (status >= 300 && status != 401 && status != 407)) { + if ((sofia_private && sofia_private == &mod_sofia_globals.destroy_private) || (status >= 300 && status != 401 && status != 407 && status != 603)) { nua_handle_bind(nh, NULL); nua_handle_destroy(nh); nh = NULL;