]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix regression that changed behavior of queues when ringing a queue member.
authorJason Parker <jparker@digium.com>
Tue, 15 Feb 2011 23:32:20 +0000 (23:32 +0000)
committerJason Parker <jparker@digium.com>
Tue, 15 Feb 2011 23:32:20 +0000 (23:32 +0000)
commit788e66cf2097a7d058362eb899e1c7911dc338fb
tree67a3bfda3379aeb22098d497feb08c69d27a658c
parent212f41ddf39a2d4515bc681731370ac6da9fad2d
Fix regression that changed behavior of queues when ringing a queue member.

This reverts r298596, which was to fix a highly bizarre and contrived issue
with a queue member that called into his own queue being transferred back
into his own queue.  I couldn't reproduce that issue in any way.  I think one
of the other recent transfer fixes actually fixed this.

(closes issue #18747)
Reported by: vrban

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