[Freeswitch-svn] [commit] r12883 - freeswitch/trunk/src/mod/endpoints/mod_sofia
FreeSWITCH SVN
mikej at freeswitch.org
Thu Apr 2 06:16:23 PDT 2009
Author: mikej
Date: Thu Apr 2 08:16:22 2009
New Revision: 12883
Log:
add 603 for now
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Thu Apr 2 08:16:22 2009
@@ -539,7 +539,7 @@
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;
More information about the Freeswitch-svn
mailing list