[asterisk-users] Agents.conf from realtime static
Jared Smith
jaredsmith at jaredsmith.net
Tue May 29 14:13:00 MST 2007
On 5/29/07, Carlos Chavez <cursor at telecomabmex.com> wrote:
> I am using Asterisk 1.4.4 on a CentOS 5 machine for a small call center
> with 6 agents. I am using realtime for queues and sip and I am also
> trying to use realtime static to load agents.conf. The only problem I
> am having is that no agents are loaded when I start Asterisk. I have to
> manually do a "module reload chan_agent.so" so the agents get loaded
> from the database.
This sounds like it *might* be a problem with the order in which your
modules are being loaded. To fix this, you might want to manually add
the following lines to your modules.conf file, to make sure that
chan_local and chan_sip get loaded *before* chan_agent:
load => chan_local.so
load => chan_sip.so
load => chan_agent.so
Give that a try and let me know if it works for you.
-Jared
More information about the asterisk-users
mailing list