mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
FS-11425 add vpx command complete
This commit is contained in:
@@ -1984,6 +1984,11 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_vpx_load)
|
||||
SWITCH_ADD_API(vpx_api_interface, "vpx",
|
||||
"VPX API", vpx_api_function, VPX_API_SYNTAX);
|
||||
|
||||
switch_console_set_complete("add vpx reload");
|
||||
switch_console_set_complete("add vpx debug");
|
||||
switch_console_set_complete("add vpx debug on");
|
||||
switch_console_set_complete("add vpx debug off");
|
||||
|
||||
/* indicate that the module should continue to be loaded */
|
||||
return SWITCH_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user