From: Chris Rienzo Date: Tue, 25 Jun 2013 11:54:59 +0000 (-0400) Subject: mod_rayo: fix cleanup of console complete functions X-Git-Tag: v1.5.2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=899f68759a434f5979f2ab98e8c13ecfe5971929;p=thirdparty%2Ffreeswitch.git mod_rayo: fix cleanup of console complete functions --- diff --git a/src/mod/event_handlers/mod_rayo/mod_rayo.c b/src/mod/event_handlers/mod_rayo/mod_rayo.c index 3901a1b79f..78a256d3af 100644 --- a/src/mod/event_handlers/mod_rayo/mod_rayo.c +++ b/src/mod/event_handlers/mod_rayo/mod_rayo.c @@ -3640,7 +3640,9 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_rayo_load) */ 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"); /* stop XMPP streams */