[asterisk-bugs] [Asterisk 0009777]: [patch] Wrapuptime persistent in a multiple queues with shared members enviroment.
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Oct 19 16:04:41 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=9777
======================================================================
Reported By: eliel
Assigned To: bweschke
======================================================================
Project: Asterisk
Issue ID: 9777
Category: Applications/app_queue
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 65499
Disclaimer on File?: Yes
Request Review:
======================================================================
Date Submitted: 05-22-2007 13:28 CDT
Last Modified: 10-19-2007 16:04 CDT
======================================================================
Summary: [patch] Wrapuptime persistent in a multiple queues
with shared members enviroment.
Description:
Suppose we have a member (tom) logged in more than one queue (queue1 and
queue2).
tom received a call from queue1 with wrapuptime (5 minutes).
This is because tom needs 5 minutes of work before receiving the next
call, but after a minute tom receives another call from queue2 because
queue2 knows nothing about queue1 wrapuptime (lastcall time).
To solve this issue we implement a feature called shared_lastcall, and we
copy the lastcall timer to all the members (with the same interface) on the
other queues.
This can be enabled by configuration:
queue.conf
[general]
shared_lastcall = yes|no
With this option enabled (not by default), queue2 will wait until queue1
wrapuptime expires.
======================================================================
----------------------------------------------------------------------
eliel - 10-19-07 16:04
----------------------------------------------------------------------
Thanks in advance
Issue History
Date Modified Username Field Change
======================================================================
10-19-07 16:04 eliel Note Added: 0072308
======================================================================
More information about the asterisk-bugs
mailing list