]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_dialplan: Remove deprecated/redundant function.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 7 Aug 2025 19:36:01 +0000 (15:36 -0400)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 11 Aug 2025 12:32:01 +0000 (12:32 +0000)
commit613d645d04c997fd17c4147165d898497c4b0aad
treeb08b1ce25a8c0bf4b57fb51e9718cb21ed97de2d
parentc8f844a9008409a0e56ee9d79653906c32220af7
func_dialplan: Remove deprecated/redundant function.

Remove VALID_EXTEN, which was deprecated/superseded by DIALPLAN_EXISTS
in Asterisk 11 (commit 8017b65bb97c4226ca7a3c7c944a9811484e0305),
as DIALPLAN_EXISTS does the same thing and is more flexible.

Resolves: #1347

UpgradeNote: The deprecated VALID_EXTEN function has been removed.
Use DIALPLAN_EXISTS instead.
funcs/func_dialplan.c