[Freeswitch-svn] [commit] r6079 - freeswitch/trunk/src/mod/endpoints/mod_sofia

Freeswitch SVN mikej at freeswitch.org
Mon Oct 29 01:03:29 EDT 2007


Author: mikej
Date: Mon Oct 29 01:03:28 2007
New Revision: 6079

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c

Log:
fix for MODENDP-34

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c	Mon Oct 29 01:03:28 2007
@@ -891,8 +891,7 @@
 	}
 		
 	if (!(xparams = switch_xml_child(user, "params"))) {
-		switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "can't find params for user [%s@%s]\n", username, realm);
-		ret = AUTH_FORBIDDEN;
+		ret = AUTH_OK;
 		goto end;
 	}
 	



More information about the Freeswitch-svn mailing list