From: Tilghman Lesher Date: Wed, 19 Nov 2008 22:01:00 +0000 (+0000) Subject: Add info about REALTIME_FIELD and REALTIME_HASH X-Git-Tag: 1.6.2.0-beta1~825 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=daa9dcd70ac5e51c85471f7e519dde9a3db12b7b;p=thirdparty%2Fasterisk.git Add info about REALTIME_FIELD and REALTIME_HASH git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@157893 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 25bdfd520e..2b713e9e01 100644 --- a/CHANGES +++ b/CHANGES @@ -35,6 +35,8 @@ Dialplan Functions * 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. + * Added REALTIME_FIELD and REALTIME_HASH, which should aid users in better + obtaining realtime data from the dialplan. Applications ------------