]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11718 [mod_commands] uuid_break yields -ERR no reply
authorjoshebosh <bitbucket@joshebosh.email>
Fri, 22 Mar 2019 20:23:05 +0000 (16:23 -0400)
committerMike Jerris <mike@signalwire.com>
Thu, 6 Jun 2019 15:48:16 +0000 (11:48 -0400)
src/mod/applications/mod_commands/mod_commands.c

index ee7ec2fbeed63327c3ad410ec4f8c49e814a0a49..baa573f9ff06cd0eb9b99930515e90400531b4ae 100644 (file)
@@ -4941,6 +4941,8 @@ SWITCH_STANDARD_API(break_function)
                }
        }
 
+       stream->write_function(stream, "+OK\n");
+
   done:
 
        if (psession) {