]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue.c: Fix error in Queue parameter documentation.
authorBen Ford <bford@sangoma.com>
Mon, 20 Oct 2025 16:48:41 +0000 (11:48 -0500)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 22 Oct 2025 16:26:51 +0000 (16:26 +0000)
commita1eb178410dc5826e28f3b4de536e33d8b47899d
treebf2c50e328c315650b082c188593cfaf289aacc7
parentbd5c4093714e53738c9c0bfec8d2b0179ae7fbb4
app_queue.c: Fix error in Queue parameter documentation.

When macro was removed in Asterisk 21, the parameter documentation in
code was not updated to reflect the correct numerization for gosub. It
still stated that it was the seventh parameter, but got shifted to the
sixth due to the removal of macro. This has been updated to correctly
reflect the parameter order, and a note has been added to the XML that
states this was done after the initial commit.

Fixes: #1534
UpgradeNote: As part of Asterisk 21, macros were removed from Asterisk.
This resulted in argument order changing for the Queue dialplan
application since the macro argument was removed. Upgrade notice was
missed when this was done, so this upgrade note has been added to
provide a record of such and a notice to users who may have not upgraded
yet.
apps/app_queue.c