From 717445c1d842424a200714dfb5ef795ff5e149c7 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sat, 15 Apr 2006 22:32:23 +0000 Subject: 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 --- configs/agents.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs') 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. -- cgit v1.2.3