Skip to content
Snippets Groups Projects
Commit 6c383228 authored by Matthew Nicholson's avatar Matthew Nicholson
Browse files

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
parent 6d04d190
Branches
Tags
No related merge requests found
...@@ -42,5 +42,11 @@ chan_dahdi: ...@@ -42,5 +42,11 @@ chan_dahdi:
- The mohinterpret=passthrough setting is deprecated in favor of - The mohinterpret=passthrough setting is deprecated in favor of
moh_signaling=notify. 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.
=========================================================== ===========================================================
=========================================================== ===========================================================
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment