forked from Mirrors/freeswitch
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);
|
||||
if (source) {
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user