aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-18 19:26:07 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-18 19:26:07 +0000
commit7e17adbbd884860e0d7cc076834a1d7a6fd5b1a8 (patch)
treeaa17c552062a86eafb3795cd6815da7b91b7e0fc /CHANGES
parent5f69fa847c4cd5af8a8b273dfdb3f93d301c6615 (diff)
Make HASHes inheritable across channel creation.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@241012 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ee85f6f67..00b1d19f9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -183,6 +183,9 @@ Dialplan Functions
* Added PASSTHRU, which literally passes the same argument back as its return
value. The intent is to be able to use a literal string argument to
functions that currently require a variable name as an argument.
+ * HASH-associated variables now can be inherited across channel creation, by
+ prefixing the name of the hash at assignment with the appropriate number of
+ underscores, just like variables.
Dialplan Variables
------------------