From: Marc Olivier Chouinard Date: Tue, 20 Oct 2009 01:36:33 +0000 (+0000) Subject: mod_commands: Updating tab completion for show cli command (FSCORE-468) X-Git-Tag: v1.0.6~1646 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f489f91e009c909547e26ac434ca18c544ffef58;p=thirdparty%2Ffreeswitch.git mod_commands: Updating tab completion for show cli command (FSCORE-468) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15180 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 1ace74388b..c202878842 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -3634,6 +3634,15 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_commands_load) switch_console_set_complete("add show channels"); switch_console_set_complete("add show aliases"); switch_console_set_complete("add show complete"); + switch_console_set_complete("add show distinct_channels"); + switch_console_set_complete("add show chat"); + switch_console_set_complete("add show endpoint"); + switch_console_set_complete("add show management"); + switch_console_set_complete("add show modules"); + switch_console_set_complete("add show nat_map"); + switch_console_set_complete("add show say"); + switch_console_set_complete("add show interfaces"); + switch_console_set_complete("add show interface_types"); SWITCH_ADD_API(commands_api_interface, "complete", "Complete", complete_function, COMPLETE_SYNTAX); switch_console_set_complete("add complete add"); switch_console_set_complete("add complete del");