summaryrefslogtreecommitdiff
path: root/configs/agents.conf.sample
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2012-08-27 21:51:47 +0000
committerMark Michelson <mmichelson@digium.com>2012-08-27 21:51:47 +0000
commit44d854938b68311fca83fa95cb65c0ac826a2c7a (patch)
treea696e24231151f8ea18a4a2d11868deff3f5774f /configs/agents.conf.sample
parentc81d960ed648191aade3974cc16b4e7498617942 (diff)
Fix misleading documentation in agents.conf.sample regarding ackcall usage.
The documentation made it sound as if the DTMF acknowledgment was needed at the time the agent logs in, rather than when the agent is called. This is likely a relic from the days when there were multiple ways of logging in agents. (closes issue AST-962) reported by Steve Pitts ........ Merged revisions 371787 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 371789 from http://svn.asterisk.org/svn/asterisk/branches/10 ........ Merged revisions 371790 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371791 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/agents.conf.sample')
-rw-r--r--configs/agents.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/agents.conf.sample b/configs/agents.conf.sample
index 3a9255ada..c92872198 100644
--- a/configs/agents.conf.sample
+++ b/configs/agents.conf.sample
@@ -30,7 +30,7 @@
;autologoffunavail=yes
;
; Define ackcall to require a DTMF acknowledgement when
-; an agent logs in using AgentLogin. Default is "no".
+; a logged-in agent receives a call. Default is "no".
; Use the acceptdtmf option to configure what DTMF key
; press should be used to acknowledge the call. The
; default is '#'.