]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Update tab-complete for show cmd to include bridged_calls, detailed_calls, detailed_b...
authorMichael S Collins <msc@freeswitch.org>
Fri, 9 Sep 2011 21:50:54 +0000 (14:50 -0700)
committerMichael S Collins <msc@freeswitch.org>
Fri, 9 Sep 2011 21:50:54 +0000 (14:50 -0700)
src/mod/applications/mod_commands/mod_commands.c

index c1f5fe5940a66811c1152cc64f1192e6ecff9bcd..dba27031b1bd90920254eede88dfc7cca33c4b1c 100644 (file)
@@ -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");