[Freeswitch-svn] [commit] r14040 - freeswitch/trunk/src/mod/applications/mod_commands

FreeSWITCH SVN mcollins at freeswitch.org
Mon Jun 29 17:20:58 PDT 2009


Author: mcollins
Date: Mon Jun 29 19:20:57 2009
New Revision: 14040

Log:
Add show syntax for distinct_channels

Modified:
   freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c

Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	Mon Jun 29 19:20:57 2009
@@ -2700,7 +2700,7 @@
 	return SWITCH_STATUS_SUCCESS;
 }
 
-#define SHOW_SYNTAX "codec|endpoint|application|api|dialplan|file|timer|calls [count]|channels [count]|aliases|complete|chat|endpoint|management|modules|say|interfaces|interface_types"
+#define SHOW_SYNTAX "codec|endpoint|application|api|dialplan|file|timer|calls [count]|channels [count]|distinct_channels|aliases|complete|chat|endpoint|management|modules|say|interfaces|interface_types"
 SWITCH_STANDARD_API(show_function)
 {
 	char sql[1024];



More information about the Freeswitch-svn mailing list