]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 5 Oct 2006 04:15:04 +0000 (04:15 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 5 Oct 2006 04:15:04 +0000 (04:15 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2974 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 60b95ae787e24a1a5bbfa9526b9ebaac19e0cae4..c5af98104aba045382bd8f965af5612b33d29295 100644 (file)
@@ -3014,10 +3014,6 @@ static switch_status_t config_sofia(int reload)
                                                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";
                                                }