aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-02 16:26:31 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-02 16:26:31 +0000
commit82ccaa3bace6cb69f74d172b567b722f2e036a12 (patch)
tree02cdd002617942524fb77b31931271eca0c90c2c /CHANGES
parentbad99f6a2a8b852b5702716a1fcbf1f1e57889f3 (diff)
Add a few bytes on LUA
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88267 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2ce496c08..37e52a5d9 100644
--- 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.