Merged revisions 8162 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8162 | mogorman | 2006-01-17 18:47:04 -0600 (Tue, 17 Jan 2006) | 4 lines

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/trunk@8163 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Matt O'Gorman 20 years ago
parent 5aa3822dbc
commit e57319b1e5

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

Loading…
Cancel
Save