summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2011-05-06 18:04:23 +0000
committerMatthew Nicholson <mnicholson@digium.com>2011-05-06 18:04:23 +0000
commitbccba53bcff743512c4c70265cad46fc034288fc (patch)
treee6548a4ae984f4b2d5f96d9c90b9324ba18b2a6d /CHANGES
parent307f148adb3fd9400969e6b7e9f6c231920b0fcd (diff)
Detect Goto in pbx_lua.
This code will actually detect any dialplan jump from any application that calls ast_explicit_goto(). This change is only being done in trunk as it may change the way some dialplans execute. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@317721 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 096514ef9..3477de64e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -115,6 +115,14 @@ CEL
* cel_pgsql now supports the 'extra' column for data added using the
CELGenUserEvent() application.
+pbx_lua
+--------------------------
+ * Applications that perform jumps in the dialplan such as Goto will now
+ execute properly. When pbx_lua detects that the context, extension, or
+ 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.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.6.2 to Asterisk 1.8 ----------------
------------------------------------------------------------------------------