]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager: Remove documentation for nonexistent action.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 28 Jul 2022 11:10:35 +0000 (11:10 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 2 Aug 2022 13:30:46 +0000 (08:30 -0500)
commit3143a01e84d1c5a040814562b8f4831bc75f20c8
treea7913ff31ec89ec6b272c79dbf4a29e43868c3ae
parentf48c8be444a790311935c596a011fe7f7fff53a9
manager: Remove documentation for nonexistent action.

The manager XML documentation documents a "FilterList"
action, but there is no such action. Therefore, this can
lead to confusion when people try to use a documented
action that does not, in fact, exist. This is removed
as the action never did exist in the past, nor would it
be trivial to add since we only store the regex_t
objects, so the filter list can't actually be provided
without storing that separately. Most likely, the
documentation was originally added (around version 10)
in anticipation of something that never happened.

ASTERISK-29917 #close

Change-Id: I846b16fd6f80a91d4ddc5d8a861b522d7c6f8f97
main/manager.c