mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user