From: Michael S Collins Date: Fri, 9 Sep 2011 21:50:54 +0000 (-0700) Subject: Update tab-complete for show cmd to include bridged_calls, detailed_calls, detailed_b... X-Git-Tag: v1.2-rc1~51^2~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fa8f11002ed1d5fcc13934522d2054f83ed707d;p=thirdparty%2Ffreeswitch.git Update tab-complete for show cmd to include bridged_calls, detailed_calls, detailed_bridged_calls and removed distinct_channels --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index c1f5fe5940..dba27031b1 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -5389,7 +5389,9 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_commands_load) switch_console_set_complete("add show codec"); switch_console_set_complete("add show complete"); switch_console_set_complete("add show dialplan"); - switch_console_set_complete("add show distinct_channels"); + switch_console_set_complete("add show detailed_calls"); + switch_console_set_complete("add show bridged_calls"); + switch_console_set_complete("add show detailed_bridged_calls"); switch_console_set_complete("add show endpoint"); switch_console_set_complete("add show file"); switch_console_set_complete("add show interfaces");