aboutsummaryrefslogtreecommitdiffstats
path: root/configs/agents.conf.sample
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-02 20:43:55 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-02 20:43:55 +0000
commit6963225167089b6a791d3cb5816bb5fa3121c8c4 (patch)
treed296c5643fed91b410b88e1ea027e095ed5e9f75 /configs/agents.conf.sample
parent3990fcb8c27ec9b1c836fb0acd8d86f0db2a7e77 (diff)
The ackcall and endcall options in agents.conf now have supplemental options
acceptdtmf and enddtmf. These allow for the DTMF pressed to be configurable instead of being hardcoded to '#' and '*'. (AST-86) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@127558 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/agents.conf.sample')
-rw-r--r--configs/agents.conf.sample14
1 files changed, 10 insertions, 4 deletions
diff --git a/configs/agents.conf.sample b/configs/agents.conf.sample
index e07a420c8..bab4d1b7d 100644
--- a/configs/agents.conf.sample
+++ b/configs/agents.conf.sample
@@ -36,17 +36,23 @@ persistentagents=yes
;
;autologoffunavail=yes
;
-; Define ackcall to require an acknowledgement by '#' when
+; 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 by pressing '#'.
+; agents to acknowledge calls. Use the acceptdtmf option to
+; configure what DTMF key press should be used to acknowledge the
+; call. The default is '#'.
;
;ackcall=no
+;acceptdtmf=#
;
-; Define endcall to allow an agent to hangup a call by '*'.
-; Default is "yes". Set this to "no" to ignore '*'.
+; Define endcall to allow an agent to hangup a call with a
+; DTMF keypress. Default is "yes". Use the enddtmf option to
+; configure which DTMF key will end a call. The default is
+; '*'.
;
;endcall=yes
+;enddtmf=*
;
; Define wrapuptime. This is the minimum amount of time when
; after disconnecting before the caller can receive a new call