From: Seven Du Date: Mon, 17 Dec 2018 16:40:58 +0000 (+0800) Subject: FS-11425 add vpx command complete X-Git-Tag: v1.10.0~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=339f0ff2529bc1d67b224ab71304ef8609ce0e63;p=thirdparty%2Ffreeswitch.git FS-11425 add vpx command complete --- diff --git a/src/switch_vpx.c b/src/switch_vpx.c index f4aebd8d1e..4c479fcf1f 100644 --- a/src/switch_vpx.c +++ b/src/switch_vpx.c @@ -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; }