aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-11 22:21:19 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-11 22:21:19 +0000
commitc685c2e7f379541b2c0d8be8e05225792f048a43 (patch)
tree2435558b2ff88a4ee15034ccebbcaf0a4d20bc09 /CHANGES
parent5b1cec965fa1bc596e1ca32a6c8d09295445b8ee (diff)
Add a trivial new dialplan function, AST_CONFIG(), which allows you to access
a variable from an Asterisk configuration file in the dialplan, or anywhere else where dialplan functions can be used. (Inspired by a discussion with Tilghman and Pari) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@107787 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f058f9f6b..427c378d1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,10 @@
--- Functionality changes from Asterisk 1.6.0 to Asterisk 1.6.1 -------------
------------------------------------------------------------------------------
-
+Dialplan Functions
+------------------
+ * Added a new dialplan function, AST_CONFIG(), which allows you to access
+ variables from an Asterisk configuration file.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.4.X to Asterisk 1.6.0 -------------