From 669f49b384a5a884fe53d9067100695a459736ee Mon Sep 17 00:00:00 2001 From: Matthew Nicholson Date: Fri, 6 May 2011 19:23:23 +0000 Subject: [PATCH] Updated CHANGES to note the autoservice changes for pbx_lua git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317833 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 3eff761b44..c40be8cc79 100644 --- a/CHANGES +++ b/CHANGES @@ -124,6 +124,9 @@ pbx_lua priority we are executing on has changed it will immediatly return control to the asterisk PBX engine. Currently the engine cannot detect a Goto to the priority after the currently executing priority. + * An autoservice is now started by default for pbx_lua channels. It can be + stopped and restarted using the autoservice_stop() and autoservice_start() + functions. ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 1.6.2 to Asterisk 1.8 ----------------