]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add a few bytes on LUA
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 2 Nov 2007 16:26:31 +0000 (16:26 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 2 Nov 2007 16:26:31 +0000 (16:26 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@88267 65c4cc65-6c06-0410-ace0-fbb531ad65f3

CHANGES

diff --git a/CHANGES b/CHANGES
index 2ce496c08cfef53c00151e7aea78839dc12fd664..37e52a5d93b3eb68e9b9a5d9fbebaf2cfd990094 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -303,3 +303,5 @@ Miscellaneous
      channel in conjunction with the existing 'n' option for local channels.
   * Added support for reading the TOUCH_MONITOR_PREFIX channel variable.
      It allows you to configure a prefix for auto-monitor recordings.
+  * Added support for running your dialplan by writing one in lua.  See
+     configs/extensions.lua.sample for examples of how to do this.