From e90022767d3dc97cc0f388295d9e61849cf45a30 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Tue, 27 Jul 2004 04:13:04 +0000 Subject: Allow optional event whenever an agent is called from a queue (bug #2066) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3523 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/queues.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs') diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample index ab331e1e8..72719c492 100755 --- a/configs/queues.conf.sample +++ b/configs/queues.conf.sample @@ -111,6 +111,11 @@ ; ; joinempty = yes ; +; Asterisk can generate AgentCalled events when an agent is rung, if this is turned on +; (may generate a LOT of extra manager events) +; +; eventwhencalled = yes +; ; Each member of this call queue is listed on a separate line in ; the form technology/dialstring. "member" means a normal member of a ; queue. An optional penalty may be specified after a comma, such that -- cgit v1.2.3