From: Jeff Lenk Date: Fri, 8 Jan 2010 21:43:43 +0000 (+0000) Subject: add show tasks X-Git-Tag: v1.0.6~821 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e45ff07a3e58d679559e78f7579a3687fc3a0ee;p=thirdparty%2Ffreeswitch.git add show tasks git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16219 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 151c98ddda..b43686a9d5 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -4140,6 +4140,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_commands_load) switch_console_set_complete("add show file"); switch_console_set_complete("add show interfaces"); switch_console_set_complete("add show interface_types"); + switch_console_set_complete("add show tasks"); switch_console_set_complete("add show management"); switch_console_set_complete("add show modules"); switch_console_set_complete("add show nat_map");