From: Naveen Albert Date: Thu, 28 Jul 2022 11:10:35 +0000 (+0000) Subject: manager: Remove documentation for nonexistent action. X-Git-Tag: 19.7.0-rc1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d09ccb17ce2421f57bea0e883aebf6fffc83b642;p=thirdparty%2Fasterisk.git 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 --- diff --git a/main/manager.c b/main/manager.c index 78a8eb9b43..eb0459ead3 100644 --- a/main/manager.c +++ b/main/manager.c @@ -1283,21 +1283,6 @@ this command can be used to create filters that may bypass filters defined in manager.conf - - FilterList - - - - - Show current event filters for this session - - - The filters displayed are for the current session. Only those filters defined in - manager.conf will be present upon starting a new session. - - - Filter -