]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_musiconhold: Remove options that were deprecated in Asterisk 14.
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 9 Jul 2025 19:57:13 +0000 (15:57 -0400)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 15 Jul 2025 15:12:17 +0000 (15:12 +0000)
commit5de45323c7dbd6b5dd02c4243a94beaadff244c9
tree2cd880e5ddf4bf1f5220e280da8b06f03ce140cc
parentc12f4a886d87ff68145191946e275d6420ddaa19
res_musiconhold: Remove options that were deprecated in Asterisk 14.

Commit 9c1f34c7e904b26bb550f426020635894cb805ac added dedicated options
for random sorting functionality and deprecated older options that
now duplicated these capabilities. Remove these deprecated options.

Resolves: #1296

UpgradeNote: The deprecated random and application=r options have
been removed; use sort=random instead.
res/res_musiconhold.c