From 7b69bb8f38eb41a0745b09b4bcd4c522f42af747 Mon Sep 17 00:00:00 2001 From: mmichelson Date: Wed, 24 Oct 2007 21:26:27 +0000 Subject: Adding the general option "shared_lastcall" to queues so that a member's wrapuptime may be used across multiple queues. (closes issue #9777, reported and patched by eliel) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@86985 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/queues.conf.sample | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample index c7f7ad278..3fe9432b2 100644 --- a/configs/queues.conf.sample +++ b/configs/queues.conf.sample @@ -60,6 +60,13 @@ monitor-type = MixMonitor ; Queue(queuename|[options]|[optionalurl]|[announceoverride]|[timeout]) ; example: Queue(dave|t|||45) +; shared_lastcall will make the lastcall and calls received be the same in +; members logged in more than one queue. +; This is useful to make the queue respect the wrapuptime of another queue +; for a shared member +; +shared_lastcall=no +; ;[markq] ; ; A sample call queue @@ -124,7 +131,7 @@ monitor-type = MixMonitor ; at same time until there are no more waiting callers or no more ; available members. The per-queue setting of autofill allows you ; to override the default setting on an individual queue level. -; +; ;autofill=yes ; ; Autopause will pause a queue member if they fail to answer a call -- cgit v1.2.3