[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
Mon Aug 6 13:08:35 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: 08-06-2007 13:08 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 - 08-06-07 13:08
----------------------------------------------------------------------
Is any possibility of this patch to be commited on trunk? If so, I could
update this to the latest trunk.
Thanks in advanced.
Issue History
Date Modified Username Field Change
======================================================================
08-06-07 13:08 eliel Note Added: 0068508
======================================================================
More information about the asterisk-bugs
mailing list