]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Remove deprecated options.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 10 Jul 2025 12:24:56 +0000 (08:24 -0400)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 22 Jul 2025 17:33:27 +0000 (17:33 +0000)
commit741ad37086c01cf02dfbd1c1a8522dcfad466f51
treefd9f6540d715e50655e81f4803d83bacaaa0d8f6
parent16280837d2455e013fc9940cb87873b9fc7987c6
app_voicemail: Remove deprecated options.

Remove the deprecated maxmessage and minmessage options,
which have been superseded by maxsecs and minsecs since 1.6.
Also remove the deprecated 'cz' language option (deprecated
since 1.8.)

Resolves: #1298

UpgradeNote: The deprecated maxmessage and minmessage options
have been removed; use maxsecs and minsecs instead.
The deprecated 'cz' language has also been removed; use 'cs' instead.
apps/app_voicemail.c