]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11425 add vpx command complete
authorSeven Du <seven@signalwire.com>
Mon, 17 Dec 2018 16:40:58 +0000 (00:40 +0800)
committerAndrey Volk <andywolk@gmail.com>
Tue, 16 Jul 2019 21:00:26 +0000 (01:00 +0400)
src/switch_vpx.c

index f4aebd8d1eac5d0e11ec2a7bf511f72f0559bd91..4c479fcf1f7c2589172d37c02c9e39ec26318269 100644 (file)
@@ -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;
 }