mirror of https://github.com/asterisk/asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393632 65c4cc65-6c06-0410-ace0-fbb531ad65f3changes/78/78/1
parent
b4e9a3fc2f
commit
02f55a36a0
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,68 +1,102 @@
|
|||||||
;
|
;
|
||||||
; Agent pool configuration
|
; Agent configuration
|
||||||
;
|
;
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
; The general section of this config is not currently used, but reserved
|
|
||||||
; for future use.
|
|
||||||
|
|
||||||
;[agent-id]
|
[agents]
|
||||||
; Define ackcall to require the agent to give a DTMF acknowledgement
|
;
|
||||||
; when the agent receives a call.
|
; Define maxlogintries to allow agent to try max logins before
|
||||||
; The channel variable AGENTACKCALL overrides on agent login.
|
; failed.
|
||||||
|
; default to 3
|
||||||
|
;
|
||||||
|
;maxlogintries=5
|
||||||
|
;
|
||||||
|
;
|
||||||
|
; Define autologoff times if appropriate. This is how long
|
||||||
|
; the phone has to ring with no answer before the agent is
|
||||||
|
; automatically logged off (in seconds)
|
||||||
|
;
|
||||||
|
;autologoff=15
|
||||||
|
;
|
||||||
|
; Define autologoffunavail to have agents automatically logged
|
||||||
|
; out when the extension that they are at returns a CHANUNAVAIL
|
||||||
|
; status when a call is attempted to be sent there.
|
||||||
; Default is "no".
|
; Default is "no".
|
||||||
|
;
|
||||||
|
;autologoffunavail=yes
|
||||||
|
;
|
||||||
|
; Define ackcall to require a DTMF acknowledgement when
|
||||||
|
; a logged-in agent receives a call. Default is "no".
|
||||||
|
; Use the acceptdtmf option to configure what DTMF key
|
||||||
|
; press should be used to acknowledge the call. The
|
||||||
|
; default is '#'.
|
||||||
|
;
|
||||||
;ackcall=no
|
;ackcall=no
|
||||||
|
;acceptdtmf=#
|
||||||
;
|
;
|
||||||
; Set what DTMF key sequence the agent should use to acknowledge a call.
|
; Define endcall to allow an agent to hangup a call with a
|
||||||
; The channel variable AGENTACCEPTDTMF overrides on agent login.
|
; DTMF keypress. Default is "yes". Use the enddtmf option to
|
||||||
; Default is "#".
|
; configure which DTMF key will end a call. The default is
|
||||||
;acceptdtmf=##
|
; '*'.
|
||||||
;
|
;
|
||||||
; Set how many seconds a call for the agent has to wait for the agent to
|
;endcall=yes
|
||||||
; acknowledge the call before the agent is automatically logged off. If
|
;enddtmf=*
|
||||||
; set to zero then the call will wait forever for the agent to acknowledge.
|
;
|
||||||
; The channel variable AGENTAUTOLOGOFF overrides on agent login.
|
; Define wrapuptime. This is the minimum amount of time when
|
||||||
; Default is 0.
|
; after disconnecting before the caller can receive a new call
|
||||||
;autologoff=15
|
; note this is in milliseconds.
|
||||||
;
|
;
|
||||||
; Set the minimum amount of time after disconnecting a call before
|
|
||||||
; the agent can receive a new call in milliseconds.
|
|
||||||
; The channel variable AGENTWRAPUPTIME overrides on agent login.
|
|
||||||
; Default is 0.
|
|
||||||
;wrapuptime=5000
|
;wrapuptime=5000
|
||||||
;
|
;
|
||||||
; Set the musiconhold class for the agent.
|
; Define the default musiconhold for agents
|
||||||
; Default is "default".
|
; musiconhold => music_class
|
||||||
;musiconhold=default
|
|
||||||
;
|
;
|
||||||
; Enable recording calls the agent takes automatically by invoking the
|
;musiconhold => default
|
||||||
; DTMF automixmon feature when the agent connects to a caller.
|
|
||||||
; See features.conf.sample for information about the automixmon feature.
|
|
||||||
; Default is "no".
|
|
||||||
;recordagentcalls=yes
|
|
||||||
;
|
;
|
||||||
; The sound file played to alert the agent when a call is present.
|
; Define the default good bye sound file for agents
|
||||||
; Default is "beep".
|
; default to vm-goodbye
|
||||||
;custom_beep=beep
|
;
|
||||||
|
;goodbye => goodbye_file
|
||||||
|
;
|
||||||
|
; Define updatecdr. This is whether or not to change the source
|
||||||
|
; channel in the CDR record for this call to agent/agent_id so
|
||||||
|
; that we know which agent generates the call
|
||||||
|
;
|
||||||
|
;updatecdr=no
|
||||||
;
|
;
|
||||||
; A friendly name for the agent used in log messages.
|
; Group memberships for agents (may change in mid-file)
|
||||||
; Default is "".
|
;
|
||||||
;fullname=Mark Spencer
|
;group=3
|
||||||
|
;group=1,2
|
||||||
|
;group=
|
||||||
;
|
;
|
||||||
; --------------------------------------------------
|
; --------------------------------------------------
|
||||||
|
; This section is devoted to recording agent's calls
|
||||||
|
; The keywords are global to the chan_agent channel driver
|
||||||
;
|
;
|
||||||
; This section contains example agent definitions:
|
; Enable recording calls addressed to agents. It's turned off by default.
|
||||||
|
;recordagentcalls=yes
|
||||||
;
|
;
|
||||||
; Define a template called my-agents:
|
; The format to be used to record the calls: wav, gsm, wav49.
|
||||||
;[my-agents](!)
|
; By default its "wav".
|
||||||
;autologoff=15
|
;recordformat=gsm
|
||||||
;ackcall=yes
|
;
|
||||||
;acceptdtmf=##
|
; The text to be added to the name of the recording. Allows forming a url link.
|
||||||
|
;urlprefix=http://localhost/calls/
|
||||||
|
;
|
||||||
|
; The optional directory to save the conversations in. The default is
|
||||||
|
; /var/spool/asterisk/monitor
|
||||||
|
;savecallsin=/var/calls
|
||||||
|
;
|
||||||
|
; An optional custom beep sound file to play to always-connected agents.
|
||||||
|
;custom_beep=beep
|
||||||
|
;
|
||||||
|
; --------------------------------------------------
|
||||||
|
;
|
||||||
|
; This section contains the agent definitions, in the form:
|
||||||
;
|
;
|
||||||
; Define agent 1001 using the my-agents template:
|
; agent => agentid,agentpassword,name
|
||||||
;[1001](my-agents)
|
|
||||||
;fullname=Mark Spencer
|
|
||||||
;
|
;
|
||||||
; Define agent 1002 using the my-agents template:
|
;agent => 1001,4321,Mark Spencer
|
||||||
;[1002](my-agents)
|
;agent => 1002,4321,Will Meadows
|
||||||
;fullname=Will Meadows
|
|
||||||
|
Loading…
Reference in new issue