]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cli.c: Remove deprecated and redundant CLI command.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 7 Aug 2025 19:13:13 +0000 (15:13 -0400)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 11 Aug 2025 12:22:45 +0000 (12:22 +0000)
commit5c3cd445632c4a82e9bc859e3032020fef585052
tree5b53716a195e6b50019716342b5a02cb1b584f00
parentaca74d100c296b8c59c9cd743db78101c87cbcc0
cli.c: Remove deprecated and redundant CLI command.

The "no debug channel" command has been deprecated since
1.6 (commit 691363656fbdc83edf04b125317aebae6525c9e7),
as it is replaced by "core set debug channel", which also
supports tab-completion on channels. Remove the redundant
command.

Resolves: #1343

UpgradeNote: The deprecated "no debug channel" command has
now been removed; use "core set debug channel" instead.
main/cli.c