From aa11b6c0676df2745059d40507fcb0f2503bba87 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 17 Nov 2009 22:55:14 +0000 Subject: [PATCH] add more autocomplete (FSCORE-468) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15506 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_commands/mod_commands.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 33bc844bf0..494f8e7fd9 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -3725,6 +3725,9 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_commands_load) 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 nat_map status"); + switch_console_set_complete("add nat_map republish"); + switch_console_set_complete("add nat_map reinit"); switch_console_set_complete("add show say"); switch_console_set_complete("add show interfaces"); switch_console_set_complete("add show interface_types");