FS-9576 forgot to add positive response to uuid_send_text

This commit is contained in:
Anthony Minessale 2017-02-07 11:38:41 -06:00
parent 08603c7e89
commit 25eab1f162
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}