(closes issue #12846)
[asterisk-bristuff.git] / configs / agents.conf.sample
blobeb0383f3cc43c91cb764b8409db4a3570b83c4c4
2 ; Agent configuration
5 [general]
7 ; Define whether callbacklogins should be stored in astdb for
8 ; persistence. Persistent logins will be reloaded after
9 ; Asterisk restarts.
11 persistentagents=yes
13 ; Enable or disable a single extension from logging in as multiple agents.
14 ; The default value is "yes".
15 ;multiplelogin=yes
17 [agents]
19 ; Define maxlogintries to allow agent to try max logins before
20 ; failed.
21 ; default to 3
23 ;maxlogintries=5
26 ; Define autologoff times if appropriate.  This is how long
27 ; the phone has to ring with no answer before the agent is
28 ; automatically logged off (in seconds)
30 ;autologoff=15
32 ; Define autologoffunavail to have agents automatically logged
33 ; out when the extension that they are at returns a CHANUNAVAIL
34 ; status when a call is attempted to be sent there.
35 ; Default is "no". 
37 ;autologoffunavail=yes
39 ; Define ackcall to require an acknowledgement by '#' when
40 ; an agent logs in using agentcallbacklogin.  Default is "no".
42 ;ackcall=no
44 ; Define endcall to allow an agent to hangup a call by '*'.
45 ; Default is "yes". Set this to "no" to ignore '*'. 
47 ;endcall=yes
49 ; Define wrapuptime.  This is the minimum amount of time when
50 ; after disconnecting before the caller can receive a new call
51 ; note this is in milliseconds.
53 ;wrapuptime=5000
55 ; Define the default musiconhold for agents
56 ; musiconhold => music_class
58 ;musiconhold => default
60 ; Define the default good bye sound file for agents
61 ; default to vm-goodbye
63 ;agentgoodbye => goodbye_file
65 ; Define updatecdr. This is whether or not to change the source 
66 ; channel in the CDR record for this call to agent/agent_id so 
67 ; that we know which agent generates the call
69 ;updatecdr=no
71 ; Group memberships for agents (may change in mid-file)
72
73 ;group=3
74 ;group=1,2
75 ;group=
77 ; --------------------------------------------------
78 ; This section is devoted to recording agent's calls
79 ; The keywords are global to the chan_agent channel driver
80
81 ; Enable recording calls addressed to agents. It's turned off by default.
82 ;recordagentcalls=yes
84 ; The format to be used to record the calls: wav, gsm, wav49.
85 ; By default its "wav".
86 ;recordformat=gsm
88 ; The text to be added to the name of the recording. Allows forming a url link.
89 ;urlprefix=http://localhost/calls/
91 ; The optional directory to save the conversations in. The default is
92 ; /var/spool/asterisk/monitor
93 ;savecallsin=/var/calls
95 ; An optional custom beep sound file to play to always-connected agents. 
96 ;custom_beep=beep
98 ; --------------------------------------------------
100 ; This section contains the agent definitions, in the form:
102 ; agent => agentid,agentpassword,name
104 ;agent => 1001,4321,Mark Spencer
105 ;agent => 1002,4321,Will Meadows