[Freeswitch-svn] [commit] r2974 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Thu Oct 5 00:15:04 EDT 2006
Author: anthm
Date: Thu Oct 5 00:15:04 2006
New Revision: 2974
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
Log:
update
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c Thu Oct 5 00:15:04 2006
@@ -3014,10 +3014,6 @@
char *name = (char *) switch_xml_attr_soft(registration, "name");
outbound_reg_t *oreg;
- if (++reg_count > 1) {
- switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING,
- "Sorry, only one registration per profile for now =(:::, ask the sofia team for NUTAG_IDENTITY!!!!\n");
- }
if (switch_strlen_zero(name)) {
name = "anonymous";
}
More information about the Freeswitch-svn
mailing list