mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 11:02:53 +00:00
FS-10169: [mod_local_stream] When using local stream commands FreeSWITCH locks up #resolve
This commit is contained in:
parent
03949cbd76
commit
874ec983b7
@ -739,6 +739,10 @@ static void *SWITCH_THREAD_FUNC read_stream_thread(switch_thread_t *thread, void
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "local_stream://%s fully reloaded.\n",source->name);
|
||||
switch_thread_rwlock_unlock(source->rwlock);
|
||||
source->full_reload = 0;
|
||||
source->part_reload = 0;
|
||||
if (source->timer.interval) {
|
||||
switch_core_timer_destroy(&source->timer);
|
||||
}
|
||||
launch_streams(source->name);
|
||||
goto done;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user