Skip to content

Commit 3143a01

Browse files
InterLinked1Friendly Automation
authored andcommitted
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
1 parent f48c8be commit 3143a01

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

main/manager.c

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,21 +1283,6 @@
12831283
this command can be used to create filters that may bypass
12841284
filters defined in manager.conf</para>
12851285
</description>
1286-
<see-also>
1287-
<ref type="manager">FilterList</ref>
1288-
</see-also>
1289-
</manager>
1290-
<manager name="FilterList" language="en_US">
1291-
<synopsis>
1292-
Show current event filters for this session
1293-
</synopsis>
1294-
<description>
1295-
<para>The filters displayed are for the current session. Only those filters defined in
1296-
manager.conf will be present upon starting a new session.</para>
1297-
</description>
1298-
<see-also>
1299-
<ref type="manager">Filter</ref>
1300-
</see-also>
13011286
</manager>
13021287
<manager name="BlindTransfer" language="en_US">
13031288
<synopsis>

0 commit comments

Comments
 (0)