Changed order of autoload so that pbx_ comes before

channels, and in doing so cause bug 6002 to not
be an issue


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8162 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2
Matt O'Gorman 20 years ago
parent 792b78b317
commit 898cd20ceb

@ -457,8 +457,8 @@ static int ast_resource_exists(char *resource)
static const char *loadorder[] =
{
"res_",
"chan_",
"pbx_",
"chan_",
NULL,
};

Loading…
Cancel
Save