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
0 Comments.