summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-04-15 22:32:23 +0000
committerRussell Bryant <russell@russellbryant.com>2006-04-15 22:32:23 +0000
commit717445c1d842424a200714dfb5ef795ff5e149c7 (patch)
tree1d45c96bd18f6ac095fb871067c98e0e5dd87ef7 /configs
parent825d6d7c99fdcba913120c98a5cc3014b30636b2 (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: https://origsvn.digium.com/svn/asterisk/trunk@20328 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-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.