mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-29 05:30:14 +00:00
FS-4131
This commit is contained in:
parent
6130f617c6
commit
7427fb9686
@ -877,7 +877,7 @@ SWITCH_STANDARD_API(start_local_stream_function)
|
|||||||
switch_mutex_unlock(globals.mutex);
|
switch_mutex_unlock(globals.mutex);
|
||||||
if (source) {
|
if (source) {
|
||||||
source->stopped = 0;
|
source->stopped = 0;
|
||||||
stream->write_function(stream, "+OK");
|
stream->write_function(stream, "+OK stream: %s[%s] %s", source->name, source->location, source->shuffle ? "shuffle" : "no shuffle");
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user