mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
Formats need to load before apps, because some apps call ast_format_str_reduce() at load time.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@279472 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -135,4 +135,8 @@ static int unload_module(void)
|
||||
return ast_format_unregister(siren14_f.name);
|
||||
}
|
||||
|
||||
AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "ITU G.722.1 Annex C (Siren14, licensed from Polycom)");
|
||||
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "ITU G.722.1 Annex C (Siren14, licensed from Polycom)",
|
||||
.load = load_module,
|
||||
.unload = unload_module,
|
||||
.load_pri = AST_MODPRI_APP_DEPEND
|
||||
);
|
||||
|
Reference in New Issue
Block a user