]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: Remove redundant/deprecated function.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 7 Aug 2025 18:55:24 +0000 (14:55 -0400)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 11 Aug 2025 12:22:28 +0000 (12:22 +0000)
commitaca74d100c296b8c59c9cd743db78101c87cbcc0
tree12fc384f5e482614e2eacc7e0603ef31260d237b
parentbaa73b6b1207b9bc634b1554dce290027782e20b
app_queue: Remove redundant/deprecated function.

QUEUE_MEMBER_COUNT has been deprecated since at least 1.6,
for fully duplicating functionality available in the
QUEUE_MEMBER function; remove it now.

Resolves: #1341

UpgradeNote: The deprecated QUEUE_MEMBER_COUNT function
has been removed; use QUEUE_MEMBER(<queue>,logged) instead.
apps/app_queue.c