From: joshebosh Date: Fri, 22 Mar 2019 20:23:05 +0000 (-0400) Subject: FS-11718 [mod_commands] uuid_break yields -ERR no reply X-Git-Tag: v1.8.6~1^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba26f035195920dc7649cc4143d446c9552159e;p=thirdparty%2Ffreeswitch.git FS-11718 [mod_commands] uuid_break yields -ERR no reply --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index ee7ec2fbee..baa573f9ff 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -4941,6 +4941,8 @@ SWITCH_STANDARD_API(break_function) } } + stream->write_function(stream, "+OK\n"); + done: if (psession) {