]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9576 forgot to add positive response to uuid_send_text
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 7 Feb 2017 17:38:41 +0000 (11:38 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 7 Feb 2017 17:38:47 +0000 (11:38 -0600)
src/mod/applications/mod_commands/mod_commands.c

index 27c8857c182cd55baef3043ef30f684ebc16982f..ae8bc8465bef7a3684729f644a96f05712fcc00c 100644 (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);
                }