summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-11-23 11:50:06 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-11-23 11:50:06 -0600
commit5582566c877911eadec704f633d284a1fac182f8 (patch)
treee6661e1327c6fe8b135abed43a82d3346c7edfc7 /res
parent67c6f97955751c6b9c96bccfc066987f65c0f931 (diff)
parente8c9cb6c40790f0c54eae1ef70841e9545147e53 (diff)
Merge "res_mwi_external_ami: Remove incorrect load priority." into 15
Diffstat (limited to 'res')
-rw-r--r--res/res_mwi_external_ami.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_mwi_external_ami.c b/res/res_mwi_external_ami.c
index 516969b1d..80d47d782 100644
--- a/res/res_mwi_external_ami.c
+++ b/res/res_mwi_external_ami.c
@@ -366,7 +366,7 @@ static int load_module(void)
return AST_MODULE_LOAD_SUCCESS;
}
-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "AMI support for external MWI",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "AMI support for external MWI",
.support_level = AST_MODULE_SUPPORT_CORE,
.load = load_module,
.unload = unload_module,