Add 'like' param to show channels syntax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15995 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6c6b78a0b1
commit
67d6b290f8
|
@ -3067,7 +3067,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]|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|endpoint|management|modules|nat_map|say|interfaces|interface_types"
|
||||||
SWITCH_STANDARD_API(show_function)
|
SWITCH_STANDARD_API(show_function)
|
||||||
{
|
{
|
||||||
char sql[1024];
|
char sql[1024];
|
||||||
|
|
Loading…
Reference in New Issue