From 9836efb5fb8f1bf750524f9dc99febf77597470b Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Wed, 15 Aug 2007 19:21:27 +0000 Subject: This commit closes bug 7605, and half-closes 7638. The AEL code has been redistributed/repartitioned to allow code re-use both inside and outside of Asterisk. This commit introduces the utils/conf2ael program, and an external config-file reader, for both normal config files, and for extensions.conf (context, exten, prio); It provides an API for programs outside of asterisk to use to play with the dialplan and config files. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79595 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- UPGRADE.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UPGRADE.txt') diff --git a/UPGRADE.txt b/UPGRADE.txt index 034ecaf30..c957a765e 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -17,6 +17,10 @@ AEL: not include it, but really, you should make sure that all execution paths within your macros end in "return;". +* The conf2ael program is 'introduced' in this release; it is in a rather + crude state, but deemed useful for making a first pass at converting + extensions.conf code into AEL. More intelligence will come with time. + Core: * The 'languageprefix' option in asterisk.conf is now deprecated, and -- cgit v1.2.3