]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:09:11 +0000 (16:09 +0000)
commitb1a14698a78638f799168549572376f06ef1ec75
tree46f4b908c68aa62de714dd1cfc18f91d00a968ac
parentb6556cc78972ce4780c5447247fecc09491aa823
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