[asterisk-bugs] [Asterisk 0010845]: [patch] preventing parallel logins from the same line or by the same agent
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed Apr 2 17:42:03 CDT 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=10845
======================================================================
Reported By: snar
Assigned To: putnopvut
======================================================================
Project: Asterisk
Issue ID: 10845
Category: Applications/NewFeature
Reproducibility: always
Severity: feature
Priority: normal
Status: resolved
Asterisk Version: 1.6.0-beta4
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 84109
Disclaimer on File?: N/A
Request Review:
Resolution: no change required
Fixed in Version:
======================================================================
Date Submitted: 09-28-2007 11:44 CDT
Last Modified: 04-02-2008 17:42 CDT
======================================================================
Summary: [patch] preventing parallel logins from the same
line or by the same agent
Description:
This feature allows asterisk to deal with next scenarios:
Assume, agent A logs in (with AddQueueMember) from line SIP/NNN to queue
queueA.
Then his/her shift ends, and he/she leaves call-center without logging
off.
On the next day, agent B logs in from the same SIP/NNN line to queueB,
but he start receiving calls to queueA too, because asterisk supposes
that's there is still agent A (subscribed to queueA) on this line.
Another scenario: Assume, agent A logged in from SIP/NNA.
Then, does not matter why, he decides to log on from SIP/NNB.
Current queue logic does not notices that, so, calls from queue gets
ringing both SIP/NNA and SIP/NNB, and when strategy is not ringall one
this can introduce unnecessary delays in call processing.
Well, both scenarios can be dealt with enforcing local policy, but
in our non-ideal world with non-ideal agents I suppose that adding some
smart behaviour to asterisk is just better idea..
======================================================================
----------------------------------------------------------------------
putnopvut - 04-02-08 17:42
----------------------------------------------------------------------
In response to the last few notes here as well as discussions I've had,
this functionality can be taken care of in the dialplan, and so I am going
to close this issue.
I'm sorry that this issue remained open for so long only to be closed
without the patch being merged, and I hope this doesn't discourage you from
contributing to Asterisk in the future.
Issue History
Date Modified Username Field Change
======================================================================
04-02-08 17:42 putnopvut Note Added: 0084967
======================================================================
More information about the asterisk-bugs
mailing list