Load formats first (bug #3242)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4664 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-01-04 20:55:43 +00:00
parent 88721d2e74
commit 127c3c93d0
2 changed files with 24 additions and 0 deletions

View File

@@ -421,6 +421,7 @@ static int ast_resource_exists(char *resource)
static const char *loadorder[] =
{
"format_",
"res_",
"chan_",
"pbx_",