summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-11-05 21:58:48 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-11-05 21:58:48 +0000
commit0d25ddd366254857327134e433f58ceea82e863a (patch)
treee336c73c9ec2abdc210dd9b47d0d9efedda1e761 /CHANGES
parent5250201d8bb45a90213ba8127e167e27bc1953c6 (diff)
Add LISTFILTER dialplan function, along with supporting documentation. See
documentation for more information on how to use it. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154915 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 623bd9eb3..9da20e49c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -32,6 +32,9 @@ Dialplan Functions
* Added debugging CLI functions to func_odbc, 'odbc read' and 'odbc write'.
* func_odbc now may specify an insert query to execute, when the write query
affects 0 rows (usually indicating that no such row exists).
+ * Added a new dialplan function, LISTFILTER, which permits removing elements
+ from a set list, by name. Uses the same general syntax as the existing CUT
+ and FIELDQTY dialplan functions, which also manage lists.
Applications
------------