提交 899f6875 authored 作者: Chris Rienzo's avatar Chris Rienzo

mod_rayo: fix cleanup of console complete functions

上级 ad5ea44a
...@@ -3640,7 +3640,9 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_rayo_load) ...@@ -3640,7 +3640,9 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_rayo_load)
*/ */
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_rayo_shutdown) SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_rayo_shutdown)
{ {
switch_console_del_complete_func("::rayo::list_actors"); switch_console_del_complete_func("::rayo::list_internal");
switch_console_del_complete_func("::rayo::list_external");
switch_console_del_complete_func("::rayo::list_all");
switch_console_set_complete("del rayo"); switch_console_set_complete("del rayo");
/* stop XMPP streams */ /* stop XMPP streams */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论