[asterisk-commits] trunk - r8072 /trunk/configs/agents.conf.sample
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sat Jan 14 10:18:04 CST 2006
Author: mattf
Date: Sat Jan 14 10:18:03 2006
New Revision: 8072
URL: http://svn.digium.com/view/asterisk?rev=8072&view=rev
Log:
Add mission options to agents.conf sample file (#6234)
Modified:
trunk/configs/agents.conf.sample
Modified: trunk/configs/agents.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/agents.conf.sample?rev=8072&r1=8071&r2=8072&view=diff
==============================================================================
--- trunk/configs/agents.conf.sample (original)
+++ trunk/configs/agents.conf.sample Sat Jan 14 10:18:03 2006
@@ -15,6 +15,13 @@
;multiplelogin=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
@@ -44,6 +51,11 @@
; musiconhold => music_class
;
;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
More information about the asterisk-commits
mailing list