]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add show syntax for distinct_channels
authorMichael Collins <msc@freeswitch.org>
Tue, 30 Jun 2009 00:20:57 +0000 (00:20 +0000)
committerMichael Collins <msc@freeswitch.org>
Tue, 30 Jun 2009 00:20:57 +0000 (00:20 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14040 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index ede6eb7073fd2d118785d362be1c199a22b73622..1281cae25b88bf7ed8bbc94a97fb766d1eca6315 100644 (file)
@@ -2700,7 +2700,7 @@ SWITCH_STANDARD_API(alias_function)
        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];