aboutsummaryrefslogtreecommitdiffstats
path: root/configs/agents.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-15 22:32:23 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-15 22:32:23 +0000
commit52c8b6fe516b886b9d615fad9161167ac7fa2ec4 (patch)
tree1d45c96bd18f6ac095fb871067c98e0e5dd87ef7 /configs/agents.conf.sample
parentf6d50e26aa2cc6c479c1b88565cc5954b5ba19ef (diff)
add the ability to turn off the feature that allows agents to end calls
by pressing '*'. This is still on by default. (issue #6897) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20328 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/agents.conf.sample')
-rw-r--r--configs/agents.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/agents.conf.sample b/configs/agents.conf.sample
index 4eca6bfc5..4145d709a 100644
--- a/configs/agents.conf.sample
+++ b/configs/agents.conf.sample
@@ -41,6 +41,11 @@ persistentagents=yes
;
;ackcall=no
;
+; Define endcall to allow an agent to hangup a call by '*'.
+; Default is "yes". Set this to "no" to ignore '*'.
+;
+;endcall=yes
+;
; Define wrapuptime. This is the minimum amount of time when
; after disconnecting before the caller can receive a new call
; note this is in milliseconds.