summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2011-05-06 19:01:57 +0000
committerMatthew Nicholson <mnicholson@digium.com>2011-05-06 19:01:57 +0000
commitd5e9ce9ab199d8e2762e305279f9fb3d6f842005 (patch)
tree481eb01b417501066625514e8b477d6f00bc2608 /UPGRADE.txt
parent6c38322870a44ef5cd7f90b049e4daa07ed8ad9d (diff)
Make pbx_lua handle managing the autoservice better.
Make autoservice_start() and autoservice_stop() return nothing. Also check if the autoservice flag is set before starting or stopping the autoservice and stop and start the autoservice when returning control to and getting control from the pbx engine. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317803 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 df7e3a081..f486241dc 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.
+ - autoservice_start() and autoservice_start() no longer return a value.
===========================================================
===========================================================