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
static const char *loadorder[] =
{
"res_",
- "chan_",
"pbx_",
+ "chan_",
NULL,
};