mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-9576 forgot to add positive response to uuid_send_text
This commit is contained in:
parent
08603c7e89
commit
25eab1f162
@ -3112,6 +3112,7 @@ SWITCH_STANDARD_API(uuid_send_text)
|
||||
switch_core_session_print(tsession, text);
|
||||
switch_core_session_print(tsession, "\r\n");
|
||||
switch_core_session_rwunlock(tsession);
|
||||
stream->write_function(stream, "+OK\n");
|
||||
} else {
|
||||
stream->write_function(stream, "-ERR No such channel %s!\n", uuid);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user