summaryrefslogtreecommitdiff
path: root/formats/format_siren7.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_siren7.c')
-rw-r--r--formats/format_siren7.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/formats/format_siren7.c b/formats/format_siren7.c
index 6017207cf..5c7919307 100644
--- a/formats/format_siren7.c
+++ b/formats/format_siren7.c
@@ -135,4 +135,8 @@ static int unload_module(void)
return ast_format_unregister(siren7_f.name);
}
-AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "ITU G.722.1 (Siren7, licensed from Polycom)");
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "ITU G.722.1 (Siren7, licensed from Polycom)",
+ .load = load_module,
+ .unload = unload_module,
+ .load_pri = AST_MODPRI_APP_DEPEND
+);