summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-03-11 22:21:19 +0000
committerRussell Bryant <russell@russellbryant.com>2008-03-11 22:21:19 +0000
commit67fd292f9693566e7ea489e83f9496db1a52b010 (patch)
tree2435558b2ff88a4ee15034ccebbcaf0a4d20bc09 /CHANGES
parentcafd900dc87f612446f0cdc182e85c3daa6d2c29 (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: https://origsvn.digium.com/svn/asterisk/trunk@107787 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 -------------