aboutsummaryrefslogtreecommitdiffstats
path: root/configs/agents.conf.sample
diff options
context:
space:
mode:
authoreliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-30 01:04:57 +0000
committereliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-30 01:04:57 +0000
commite69b8d20c38b3d01dcdb70c9db3f6c7781c3b647 (patch)
tree8c26723a3da2b182bbc780dd924a8bd2ef216e53 /configs/agents.conf.sample
parent5f1f407c791bf4b21874c012e9fc31a097a06d64 (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: http://svn.digium.com/svn/asterisk/trunk@198217 f38db490-d61c-443f-a65b-d21fe96a405b
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=#