signalwire / freeswitch

FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
https://freeswitch.com/#getting-started
Other
3.32k stars 1.38k forks source link

switch_load_network_lists This function is called twice #2425

Open suiyuemanbu opened 2 months ago

suiyuemanbu commented 2 months ago

Describe the bug switch_core.c
switch_core_init_and_modload() { ...... line 2464 switch_load_network_lists(SWITCH_FALSE); ...... line 2476 switch_load_network_lists(SWITCH_FALSE); //Why is it being called again? }

Package version or git hash