Merge "Complete deprecating legacy modules."

This commit is contained in:
Jenkins2
2018-03-12 07:50:01 -05:00
committed by Gerrit Code Review
3 changed files with 3 additions and 3 deletions

View File

@@ -995,7 +995,7 @@ static int load_module(void)
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Simple FAX Application",
.support_level = AST_MODULE_SUPPORT_EXTENDED,
.support_level = AST_MODULE_SUPPORT_DEPRECATED,
.load = load_module,
.unload = unload_module,
);