aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-08-03 20:25:10 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-08-03 20:25:10 +0000
commit8681461dc1270ace5a4e6b856aa39890b3857729 (patch)
tree5ce5941655fa86d51f1afe49af0498a5951c3b0e /CHANGES
parentc941d63d0d794acbddff5666b5eda7ae309fd260 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.8@280809 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5ece0b6ba..c4fd00ec2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -232,6 +232,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
------------------