From: Anthony Minessale Date: Wed, 20 Jan 2010 18:44:35 +0000 (+0000) Subject: forgot to print ok X-Git-Tag: v1.0.6~667 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26d08dbfc39a1ae26df89349e571a93f589deeb;p=thirdparty%2Ffreeswitch.git forgot to print ok git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16419 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 042aa68bab..ca5c303c43 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -58,6 +58,8 @@ SWITCH_STANDARD_API(shutdown_function) { switch_session_ctl_t command = SCSC_SHUTDOWN; int arg = 0; + + stream->write_function(stream, "+OK\n"); switch_core_session_ctl(command, &arg); return SWITCH_STATUS_SUCCESS;