Merge "res_mwi_devstate: Specify AST_MODFLAG_LOAD_ORDER to enable load priority"

This commit is contained in:
Friendly Automation 2019-04-18 05:44:01 -05:00 committed by Gerrit Code Review
commit 685223e704
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ static int load_module(void)
return AST_MODULE_LOAD_SUCCESS;
}
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "MWI Device State Subscriptions",
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "MWI Device State Subscriptions",
.support_level = AST_MODULE_SUPPORT_CORE,
.load = load_module,
.unload = unload_module,