]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add fsctl sps to tab complete
authorBrian West <brian@freeswitch.org>
Wed, 11 Jun 2008 03:27:36 +0000 (03:27 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 11 Jun 2008 03:27:36 +0000 (03:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8795 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index 675b37932424d2c55c89c701583239e996e4f29f..a1a5010b7d3b5b01dccd1d81e899e7c25d14bebb 100644 (file)
@@ -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");