mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@371787 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
;autologoffunavail=yes
|
;autologoffunavail=yes
|
||||||
;
|
;
|
||||||
; Define ackcall to require a DTMF acknowledgement when
|
; 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
|
; Use the acceptdtmf option to configure what DTMF key
|
||||||
; press should be used to acknowledge the call. The
|
; press should be used to acknowledge the call. The
|
||||||
; default is '#'.
|
; default is '#'.
|
||||||
|
|||||||
Reference in New Issue
Block a user