mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 17:51:03 +00:00
FS-10169: [mod_local_stream] When using local stream commands FreeSWITCH locks up #resolve
This commit is contained in:
parent
bb408b1e32
commit
693fe90c96
@ -1344,6 +1344,7 @@ SWITCH_STANDARD_API(local_stream_function)
|
||||
if ((source = get_source(local_stream_name))) {
|
||||
source->full_reload = 1;
|
||||
source->part_reload = 1;
|
||||
source->hup = 1;
|
||||
stream->write_function(stream, "+OK");
|
||||
switch_thread_rwlock_unlock(source->rwlock);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user