edit show syntax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16217 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
96c77bb450
commit
3dfe5bd7f3
|
@ -3167,7 +3167,7 @@ SWITCH_STANDARD_API(alias_function)
|
||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define SHOW_SYNTAX "codec|endpoint|application|api|dialplan|file|timer|calls [count]|channels [count|like <match string>]|distinct_channels|aliases|complete|chat|endpoint|management|modules|nat_map|say|interfaces|interface_types"
|
#define SHOW_SYNTAX "codec|endpoint|application|api|dialplan|file|timer|calls [count]|channels [count|like <match string>]|distinct_channels|aliases|complete|chat|management|modules|nat_map|say|interfaces|interface_types|tasks"
|
||||||
SWITCH_STANDARD_API(show_function)
|
SWITCH_STANDARD_API(show_function)
|
||||||
{
|
{
|
||||||
char sql[1024];
|
char sql[1024];
|
||||||
|
|
Loading…
Reference in New Issue