]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: Only compare calls at 1st position across queues when forcing longest...
authorserfreeman1337 <serfreeman1337@gmail.com>
Mon, 5 Jan 2026 15:47:22 +0000 (20:47 +0500)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 26 Jan 2026 19:43:34 +0000 (19:43 +0000)
commita741676a9dbf1c8c83cfbf253ee9428406ff4deb
tree1b6446d542413b0119ead3233c5d979e16f6a571
parenta27114d45c7cfc5812f0cf74de764c1f1b279d4a
app_queue: Only compare calls at 1st position across queues when forcing longest waiting caller.

This prevents a situation where a call joining at 1st position to a queue with calls
leads to a state where no callers are considered the longest waiting,
causing queues to stop offering calls.

Resolves: #1691
apps/app_queue.c