aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2011-05-06 18:40:35 +0000
committermnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2011-05-06 18:40:35 +0000
commit1804a664e39bdb5b2dc7bbfe3d18207e12a6f9d0 (patch)
tree5e4a8071a1332ae2343359b21030d72bbedb3b78
parent45981d674cd3516f21cc2dee7bf7d4169a4327d5 (diff)
Added note about changes in pbx_lua's behavior when applications do dialplan jumps
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@317802 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--UPGRADE.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 8554ac25f..df7e3a081 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.
+
===========================================================
===========================================================