dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
mnicholson 2011-05-06 18:40:35 +00:00
parent 45981d674c
commit 1804a664e3
1 changed files with 6 additions and 0 deletions

View File

@ -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.
===========================================================
===========================================================