aboutsummaryrefslogtreecommitdiffstats
path: root/configs/agents.conf.sample
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-13 18:23:30 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-13 18:23:30 +0000
commit5af8c4e9eba73dd65ff9f9b1dd652e125245e99f (patch)
treea0ed0858bdd1013eaed352e26d1735233b861420 /configs/agents.conf.sample
parentd1792564f718f16a007e96d37add4904c18eca19 (diff)
Implement the autologoffunavail option in chan_agent (#6038 with some minor mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8063 f38db490-d61c-443f-a65b-d21fe96a405b
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".
;