summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-08-03 20:29:51 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-08-03 20:29:51 +0000
commit42490d744b195a8b630f49ed564b7deea08ccedf (patch)
tree1de5a300238b5a0376e3442ccd053a9fce82991b /CHANGES
parentdfb810efc3b9c65089fddfa946d9b482e38a6eb1 (diff)
Merged revisions 280809 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r280809 | tilghman | 2010-08-03 15:25:10 -0500 (Tue, 03 Aug 2010) | 12 lines Sneak FIELDNUM() into 1.8. Returns a 1-based index into a list of a specified item. Matches up with FIELDQTY() and CUT(). (closes issue #17713) Reported by: gareth Patches: svn-279754.diff uploaded by gareth (license 208) Tested by: gareth, tilghman Review: https://reviewboard.asterisk.org/r/810/ ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@280810 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d14ba07db..5fe4a1918 100644
--- a/CHANGES
+++ b/CHANGES
@@ -240,6 +240,7 @@ Dialplan Functions
* Added option to dialplan function CDR(), the 'f' option
allows for high resolution times for billsec and duration fields.
* FILE() now supports line-mode and writing.
+ * Added FIELDNUM(), which returns the 1-based offset of a field in a list.
Dialplan Variables
------------------