From b5ed1a1a599b0ff5dadefa0039cdef93f9d1eed1 Mon Sep 17 00:00:00 2001
From: Matthew Fredrickson <creslin@digium.com>
Date: Sat, 14 Jan 2006 16:18:03 +0000
Subject: [PATCH] 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
---
 configs/agents.conf.sample | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/configs/agents.conf.sample b/configs/agents.conf.sample
index 5d9761cda7..4eca6bfc54 100644
--- a/configs/agents.conf.sample
+++ b/configs/agents.conf.sample
@@ -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
-- 
GitLab