summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2011-05-06 19:14:39 +0000
committerMatthew Nicholson <mnicholson@digium.com>2011-05-06 19:14:39 +0000
commit7a1204d1292204e13a52d742ff70a28732a325af (patch)
treef2ebd36ac379b73b95f908bb4acd6de15dbf202f /UPGRADE.txt
parentd5e9ce9ab199d8e2762e305279f9fb3d6f842005 (diff)
Default to starting an autoservice in pbx_lua. The autoservice is
automatically stopped when applications are executed, so this shouldn't cause any problems. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317806 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index f486241dc..3525621d3 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -47,6 +47,7 @@ pbx_lua:
(such as app.goto). Now when an application such as app.goto() is called,
control is returned back to the pbx engine and the current extension
function stops executing.
+ - the autoservice now defaults to being on by default
- autoservice_start() and autoservice_start() no longer return a value.
===========================================================