|
|
|
@ -4617,9 +4617,14 @@ static void asterisk_daemon(int isroot, const char *runuser, const char *rungrou
|
|
|
|
|
check_init(init_manager(), "Asterisk Manager Interface");
|
|
|
|
|
check_init(ast_enum_init(), "ENUM Support");
|
|
|
|
|
check_init(ast_cc_init(), "Call Completion Supplementary Services");
|
|
|
|
|
check_init(ast_sounds_index_init(), "Sounds Indexer");
|
|
|
|
|
check_init(load_modules(0), "Module");
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* This is initialized after the dynamic modules load to avoid repeatedly
|
|
|
|
|
* reindexing sounds for every format module load.
|
|
|
|
|
*/
|
|
|
|
|
check_init(ast_sounds_index_init(), "Sounds Indexer");
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* This has to load after the dynamic modules load, as items in the media
|
|
|
|
|
* cache can't be constructed from items in the AstDB without their
|
|
|
|
|