]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert unintended change
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 21 Mar 2013 18:05:32 +0000 (13:05 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 21 Mar 2013 18:05:35 +0000 (13:05 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index 7b0a7673503bbc20ec364d1aaad7e67ea1318f93..217d3d8ba3fca290ad6435b85185bfde7edf5344 100644 (file)
@@ -3427,7 +3427,7 @@ switch_status_t config_sofia(sofia_config_t reload, char *profile_name)
        }
 
        mod_sofia_globals.auto_restart = SWITCH_TRUE;
-       mod_sofia_globals.reg_deny_binding_fetch_and_no_lookup = SWITCH_TRUE; /* handle backwards compatilibity - by default use new behavior */
+       mod_sofia_globals.reg_deny_binding_fetch_and_no_lookup = SWITCH_FALSE; /* handle backwards compatilibity - by default use new behavior */
        mod_sofia_globals.rewrite_multicasted_fs_path = SWITCH_FALSE;
 
        if ((settings = switch_xml_child(cfg, "global_settings"))) {