mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
FS-4077 --resolve this is unrelated, we had to move the network list loader before the modules load because some people using static configs would have mod_sofia load before the acl were in place and it would prevent mod_sofia from doing proper nat detection. This commit should fix it by loading acl both before and after module load
This commit is contained in:
parent
2f998764c8
commit
a4de359df4
@ -1885,7 +1885,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init_and_modload(switch_core_flag_t
|
||||
return SWITCH_STATUS_GENERR;
|
||||
}
|
||||
|
||||
|
||||
switch_load_network_lists(SWITCH_FALSE);
|
||||
|
||||
switch_load_core_config("post_load_switch.conf");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user