summaryrefslogtreecommitdiff
path: root/configs/agents.conf.sample
diff options
context:
space:
mode:
authorEliel C. Sardanons <eliels@gmail.com>2009-05-30 01:04:57 +0000
committerEliel C. Sardanons <eliels@gmail.com>2009-05-30 01:04:57 +0000
commit453a2f7331c54b7fa5925c6de0f533f3239a7a15 (patch)
tree8c26723a3da2b182bbc780dd924a8bd2ef216e53 /configs/agents.conf.sample
parent58766cd2cf522f9a714ae20ef3ab3d26ac98c893 (diff)
Remove not used code in the Agent channel.
This code was there because of the AgentCallbackLogin() application. ->loginchan[] member was only used by AgentCallbackLogin(). Agent where dumped to astdb if they where logged in using AgentCallbacklogin() so they are not being dumper anymore. Review: https://reviewboard.asterisk.org/r/267/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198217 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/agents.conf.sample')
-rw-r--r--configs/agents.conf.sample16
1 files changed, 4 insertions, 12 deletions
diff --git a/configs/agents.conf.sample b/configs/agents.conf.sample
index 3ac313322..3a9255ada 100644
--- a/configs/agents.conf.sample
+++ b/configs/agents.conf.sample
@@ -3,13 +3,6 @@
;
[general]
-;
-; Define whether callbacklogins should be stored in astdb for
-; persistence. Persistent logins will be reloaded after
-; Asterisk restarts.
-;
-persistentagents=yes
-
; Enable or disable a single extension from logging in as multiple agents.
; The default value is "yes".
;multiplelogin=yes
@@ -37,11 +30,10 @@ persistentagents=yes
;autologoffunavail=yes
;
; Define ackcall to require a DTMF acknowledgement when
-; an agent logs in using agentcallbacklogin. Default is "no".
-; Can also be set to "always", which will also require AgentLogin
-; agents to acknowledge calls. Use the acceptdtmf option to
-; configure what DTMF key press should be used to acknowledge the
-; call. The default is '#'.
+; an agent logs in using AgentLogin. Default is "no".
+; Use the acceptdtmf option to configure what DTMF key
+; press should be used to acknowledge the call. The
+; default is '#'.
;
;ackcall=no
;acceptdtmf=#