3 ; Define whether callbacklogins should be stored in astdb for
4 ; persistence. Persistent logins will be reloaded after
14 ; Define autologoff times if appropriate. This is how long
15 ; the phone has to ring with no answer before the agent is
16 ; automatically logged off (in seconds)
20 ; Define ackcall to require an acknowledgement by '#' when
21 ; an agent logs in using agentcallbacklogin. Default is "no".
25 ; Define wrapuptime. This is the minimum amount of time when
26 ; after disconnecting before the caller can receive a new call
27 ; note this is in milliseconds.
31 ; Define the default musiconhold for agents
32 ; musiconhold => music_class
36 ; Define updatecdr. This is whether or not to change the source
37 ; channel in the CDR record for this call to agent/agent_id so
38 ; that we know which agent generates the call
42 ; Group memberships for agents (may change in mid-file)
48 ; --------------------------------------------------
49 ; This section is devoted to recording agent's calls
50 ; The keywords are global to the chan_agent channel driver
52 ; Enable recording calls addressed to agents. It's turned off by default.
55 ; The format to be used to record the calls: wav, gsm, wav49.
56 ; By default its "wav".
59 ; Insert into CDR userfield a name of the the created recording
60 ; By default it's turned off.
63 ; The text to be added to the name of the recording. Allows forming a url link.
64 ;urlprefix=http://localhost/calls/
66 ; The optional directory to save the conversations in. The default is
67 ; /var/spool/asterisk/monitor
68 ;savecallsin=/var/calls
70 ; An optional custom beep sound file to play to always-connected agents.
73 ; --------------------------------------------------
75 ; This section contains the agent definitions, in the form:
77 ; agent => agentid,agentpassword,name
100 agent => 25,5555,Op25
101 agent => 26,6666,Op26
102 agent => 27,7777,Op27
103 agent => 28,8888,Op28
104 agent => 29,9999,Op29
105 agent => 43,4343,Op43
107 agent => 30,0000,Op30
108 agent => 31,1111,Op31
109 agent => 32,2222,Op32
110 agent => 33,3333,Op33
111 agent => 34,4444,Op34
112 agent => 35,5555,Op35
113 agent => 36,6666,Op36
114 agent => 37,7777,Op37
115 agent => 38,8888,Op38
116 agent => 39,9999,Op39
117 agent => 42,9999,Op42