mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 02:22:56 +00:00
update usage syntax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8092 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f96422026a
commit
eb77ce8750
@ -140,7 +140,7 @@ static int e_callback(void *pArg, int argc, char **argv, char **columnNames)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define eavesdrop_SYNTAX "<uuid>"
|
#define eavesdrop_SYNTAX "[all | <uuid>]"
|
||||||
SWITCH_STANDARD_APP(eavesdrop_function)
|
SWITCH_STANDARD_APP(eavesdrop_function)
|
||||||
{
|
{
|
||||||
if (switch_strlen_zero(data)) {
|
if (switch_strlen_zero(data)) {
|
||||||
|
@ -842,7 +842,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_enum_load)
|
|||||||
*module_interface = switch_loadable_module_create_module_interface(pool, modname);
|
*module_interface = switch_loadable_module_create_module_interface(pool, modname);
|
||||||
SWITCH_ADD_API(api_interface, "enum", "ENUM", enum_function, "");
|
SWITCH_ADD_API(api_interface, "enum", "ENUM", enum_function, "");
|
||||||
SWITCH_ADD_API(api_interface, "enum_auto", "ENUM", enum_api, "");
|
SWITCH_ADD_API(api_interface, "enum_auto", "ENUM", enum_api, "");
|
||||||
SWITCH_ADD_APP(app_interface, "enum", "Perform an ENUM lookup", "Perform an ENUM lookup", enum_app_function, "<number> [<root>]", SAF_SUPPORT_NOMEDIA);
|
SWITCH_ADD_APP(app_interface, "enum", "Perform an ENUM lookup", "Perform an ENUM lookup", enum_app_function, "[reload | <number> [<root>]]", SAF_SUPPORT_NOMEDIA);
|
||||||
SWITCH_ADD_DIALPLAN(dp_interface, "enum", enum_dialplan_hunt);
|
SWITCH_ADD_DIALPLAN(dp_interface, "enum", enum_dialplan_hunt);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user