]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Ensure that the Queue application tracks busy members in off nominal situations
authorMatthew Jordan <mjordan@digium.com>
Tue, 30 Oct 2012 02:22:20 +0000 (02:22 +0000)
committerMatthew Jordan <mjordan@digium.com>
Tue, 30 Oct 2012 02:22:20 +0000 (02:22 +0000)
commit3ac0ced049902d37c9913a6c4271592db61cf3f2
tree3a5ca433a41f66f447fab7eb34cf646c51a358d2
parentd51cc2781213d1474cdfc2fd18bfe617572b9fb0
Ensure that the Queue application tracks busy members in off nominal situations

There are a few code paths where the Queue application fails to count a paused
or in use queue member as being 'busy'.  This can cause callers to get stuck
in the Queue until a paused agent unpauses themselves.

(closes issue ASTERISK-20623)
Reported by: Bryan Walters
patches:
  app_queue.patch uploaded by Bryan Walters (license 5851)
........

Merged revisions 375450 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 375451 from http://svn.asterisk.org/svn/asterisk/branches/10

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@375469 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c