From: Matthew Nicholson Date: Fri, 6 May 2011 18:40:35 +0000 (+0000) Subject: Added note about changes in pbx_lua's behavior when applications do dialplan jumps X-Git-Tag: 11.0.0-beta1~1616 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c38322870a44ef5cd7f90b049e4daa07ed8ad9d;p=thirdparty%2Fasterisk.git Added note about changes in pbx_lua's behavior when applications do dialplan jumps git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317802 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index 8554ac25f9..df7e3a0810 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -42,5 +42,11 @@ chan_dahdi: - The mohinterpret=passthrough setting is deprecated in favor of moh_signaling=notify. +pbx_lua: + - Execution no longer continues after applications that do dialplan jumps + (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. + =========================================================== ===========================================================