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
This commit is contained in:
BJ Weschke
2006-01-13 18:23:30 +00:00
parent 130ce286ba
commit 1874f21ff8
5 changed files with 62 additions and 1 deletions

View File

@@ -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".
;