summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_dialplan.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/funcs/func_dialplan.c b/funcs/func_dialplan.c
index 0c2e8c707..d06ddba9a 100644
--- a/funcs/func_dialplan.c
+++ b/funcs/func_dialplan.c
@@ -185,4 +185,8 @@ static int load_module(void)
return res;
}
-AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Dialplan Context/Extension/Priority Checking Functions");
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "Dialplan Context/Extension/Priority Checking Functions",
+ .load = load_module,
+ .unload = unload_module,
+ .load_pri = AST_MODPRI_APP_DEPEND,
+ );