[asterisk-commits] russell: trunk r107787 - in /trunk: CHANGES funcs/func_config.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Mar 11 17:21:19 CDT 2008


Author: russell
Date: Tue Mar 11 17:21:19 2008
New Revision: 107787

URL: http://svn.digium.com/view/asterisk?view=rev&rev=107787
Log:
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)

Added:
    trunk/funcs/func_config.c
      - copied unchanged from r107786, team/russell/func_config/funcs/func_config.c
Modified:
    trunk/CHANGES

Modified: trunk/CHANGES
URL: http://svn.digium.com/view/asterisk/trunk/CHANGES?view=diff&rev=107787&r1=107786&r2=107787
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Tue Mar 11 17:21:19 2008
@@ -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  -------------




More information about the asterisk-commits mailing list