]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix situations where queue members could be autopaused unexpectedly
authorMark Michelson <mmichelson@digium.com>
Thu, 5 Feb 2009 20:29:09 +0000 (20:29 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 5 Feb 2009 20:29:09 +0000 (20:29 +0000)
commite7478c7b156c6b4aae2388ad83dc12e595f8b528
treedfb237ec5baff39bd619c6707595c65f2a745552
parentd914df762a09275590850dcb30ad189626585880
Fix situations where queue members could be autopaused unexpectedly

Specifically, this patch prevents us from autopausing members when
we receive a busy or congestion frame from them.

(closes issue #14376)
Reported by: fiddur
Patches:
      14376.patch uploaded by putnopvut (license 60)
Tested by: fiddur

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