agents.conf
This file allows you to create and manage agents for your call
center. If you are using the Queue()
application, you may want to configure agents for the queue. The
agents.conf file is used to configure the AGENT
channel driver.
The [general] section in
agents.conf currently contains only one parameter.
The persistentagents=yes parameter
tells Asterisk to save the status of agents who use the callback feature
of queues in the local Asterisk database. A logged-in remote agent will
then remain logged in across a reboot (unless removed from the database
through some other means).
The following parameters, which are specified in the [agents] section, are used to define agents
and the way the system interacts with them. The settings apply to all
agents, unless otherwise specified in the individual agent
definitions:
ackcallAccepts the arguments
yesandno. If set toyes, requires a callback agent to acknowledge login by pressing the#key after logging in. This works in conjunction with theAgentCallbackLogin()application.autologoffAccepts an argument (in seconds) defining how long an agent channel should ring for before the agent is deemed unavailable and logged off.
groupDefines the groups to which an agent belongs, specified with integers. Specify that an agent belongs to multiple groups by separating the integers with commas.
musiconhold =>classAccepts a Music on Hold class as its argument. This setting applies to all agents.
updatecdrAccepts the arguments
yesandno. Used ...