diff --git a/UPGRADE.txt b/UPGRADE.txt index 8554ac25f9de0a820ac90c5242fb2feb582d9871..df7e3a0810f261ed62439de90a846bc2dac5727c 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. + =========================================================== ===========================================================