res_fax: unregister manager actions on unload

* Unregister manager actions FAXSessions, FAXSession and FAXStats at unload.
* Update ast_manager_register2 use ao2_t_alloc tagged with the action name.

ASTERISK-24058 #close
Reported by: Corey Farrell
Review: https://reviewboard.asterisk.org/r/3831/


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@419268 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Corey Farrell
2014-07-23 01:28:57 +00:00
parent f613fc24fb
commit ef697de4a5
2 changed files with 5 additions and 1 deletions

View File

@@ -4553,6 +4553,10 @@ static int unload_module(void)
ast_log(LOG_WARNING, "failed to unregister '%s'\n", app_receivefax);
}
ast_manager_unregister("FAXSessions");
ast_manager_unregister("FAXSession");
ast_manager_unregister("FAXStats");
if (fax_logger_level != -1) {
ast_logger_unregister_level("FAX");
}