From: Brian West Date: Wed, 11 Jun 2008 03:27:36 +0000 (+0000) Subject: add fsctl sps to tab complete X-Git-Tag: v1.0.1~368 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9806d4be817a8534b5986fafa10ac0f9e25e77d4;p=thirdparty%2Ffreeswitch.git add fsctl sps to tab complete git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8795 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 675b379324..a1a5010b7d 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -2338,7 +2338,8 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_commands_load) switch_console_set_complete("add fsctl pause"); switch_console_set_complete("add fsctl resume"); switch_console_set_complete("add fsctl shutdown"); - switch_console_set_complete("add fsctl sync_clock"); + switch_console_set_complete("add fsctl sps"); + switch_console_set_complete("add fsctl sync_clock"); switch_console_set_complete("add fsctl reclaim_mem"); switch_console_set_complete("add fsctl max_sessions"); switch_console_set_complete("add fsctl max_dtmf_duration");