From: Brian West Date: Mon, 7 Jun 2010 14:20:45 +0000 (-0500) Subject: FSMOD-54 X-Git-Tag: v1.2-rc1~722 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ffc57e5dce3e145ec262781299b048b23f84ae6;p=thirdparty%2Ffreeswitch.git FSMOD-54 --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 652f6d5e06..05cbdc86cc 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -4340,7 +4340,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_commands_load) switch_console_set_complete("add show application"); switch_console_set_complete("add show calls"); switch_console_set_complete("add show channels"); - switch_console_set_complete("add show channels"); + switch_console_set_complete("add show channels count"); switch_console_set_complete("add show chat"); switch_console_set_complete("add show codec"); switch_console_set_complete("add show complete");