]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_rayo: fix cleanup of console complete functions
authorChris Rienzo <chris.rienzo@grasshopper.com>
Tue, 25 Jun 2013 11:54:59 +0000 (07:54 -0400)
committerChris Rienzo <chris.rienzo@grasshopper.com>
Tue, 25 Jun 2013 11:54:59 +0000 (07:54 -0400)
src/mod/event_handlers/mod_rayo/mod_rayo.c

index 3901a1b79f56ec9c5cecadfe8792c3aa31a39e17..78a256d3af429c5d12415428c90abd034f2d8388 100644 (file)
@@ -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 */