From: Matthew Nicholson Date: Fri, 6 May 2011 19:23:23 +0000 (+0000) Subject: Updated CHANGES to note the autoservice changes for pbx_lua X-Git-Tag: 11.0.0-beta1~1611 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=669f49b384a5a884fe53d9067100695a459736ee;p=thirdparty%2Fasterisk.git 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 --- 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 ----------------