summaryrefslogtreecommitdiff
path: root/configs/agents.conf.sample
diff options
context:
space:
mode:
authorBJ Weschke <bweschke@btwtech.com>2006-01-13 18:23:30 +0000
committerBJ Weschke <bweschke@btwtech.com>2006-01-13 18:23:30 +0000
commit1874f21ff8dee7d4a2cc8941b31c88af494602d6 (patch)
treea0ed0858bdd1013eaed352e26d1735233b861420 /configs/agents.conf.sample
parent130ce286ba14e489a6e5586d092718f88d842579 (diff)
Implement the autologoffunavail option in chan_agent (#6038 with some minor mods)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8063 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/agents.conf.sample')
-rw-r--r--configs/agents.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/agents.conf.sample b/configs/agents.conf.sample
index fd631b431..5d9761cda 100644
--- a/configs/agents.conf.sample
+++ b/configs/agents.conf.sample
@@ -22,6 +22,13 @@ persistentagents=yes
;
;autologoff=15
;
+; Define autologoffunavail to have agents automatically logged
+; out when the extension that they are at returns a CHANUNAVAIL
+; status when a call is attempted to be sent there.
+; Default is "no".
+;
+;autologoffunavail=yes
+;
; Define ackcall to require an acknowledgement by '#' when
; an agent logs in using agentcallbacklogin. Default is "no".
;