From: Brian West Date: Fri, 8 Jan 2010 22:51:16 +0000 (+0000) Subject: add to desc X-Git-Tag: v1.0.6~818 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da20b09be73d14a735683aece5b31f9025f96db5;p=thirdparty%2Ffreeswitch.git add to desc git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16222 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 2b58bef124..8b19c8dfca 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -4113,6 +4113,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_commands_load) switch_console_set_complete("add fsctl resume"); switch_console_set_complete("add fsctl shutdown"); switch_console_set_complete("add fsctl shutdown asap"); + switch_console_set_complete("add fsctl shutdown now"); switch_console_set_complete("add fsctl shutdown asap restart"); switch_console_set_complete("add fsctl shutdown cancel"); switch_console_set_complete("add fsctl shutdown elegant");