queues not working after reboot on trixbox 2.8.0.4

There is a bug in trixbox 2.8.0.4. After a reboot, queues won’t parse calls to agents.

The solution is quite easy. All you need to do is edit modules.conf

vi /etc/asterisk/modules.conf

and add

preload => chan_local.so
preload => pbx_config.so

after autoload=yes

to look like this

[modules]
autoload=yes
;
; If you want, load the GTK console right away.
; Don't load the KDE console since
; it's not as sophisticated right now.
;
preload => chan_local.so
preload => pbx_config.so

Leave a Comment

NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.