aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-26 01:26:29 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-26 01:26:29 +0000
commit7f4ab0402c7d9d62cd3ec8286acd68e73b686680 (patch)
tree0ae503aff8791a08d7c0d4ca699227e59c24dba5
parent52b00f8a74995b4f8098fea40372532f11667567 (diff)
Merged revisions 125223 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r125223 | tilghman | 2008-06-25 20:25:16 -0500 (Wed, 25 Jun 2008) | 12 lines Merged revisions 125218 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r125218 | tilghman | 2008-06-25 20:24:26 -0500 (Wed, 25 Jun 2008) | 4 lines Document ackcall=always. (closes issue #12852) Reported by: davidw ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125228 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--configs/agents.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/agents.conf.sample b/configs/agents.conf.sample
index eb0383f3c..e07a420c8 100644
--- a/configs/agents.conf.sample
+++ b/configs/agents.conf.sample
@@ -38,6 +38,8 @@ persistentagents=yes
;
; Define ackcall to require an acknowledgement by '#' 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 by pressing '#'.
;
;ackcall=no
;