Add mission options to agents.conf sample file (#6234)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Matthew Fredrickson 20 years ago
parent ec0c939e6f
commit b5ed1a1a59

@ -16,6 +16,13 @@ persistentagents=yes
[agents]
;
; Define maxlogintries to allow agent to try max logins before
; 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)
@ -45,6 +52,11 @@ persistentagents=yes
;
;musiconhold => default
;
; Define the default good bye sound file for agents
; default to vm-goodbye
;
;agentgoodbye => 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

Loading…
Cancel
Save