[asterisk-users] Lua status in asterisk.

Matthew Nicholson mnicholson at digium.com
Thu Feb 11 07:47:41 CST 2010


On Tue, 2010-02-09 at 11:26 +0100, Tommy Botten Jensen wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
> 
> Hi
> 
> I have searched a bit for information regarding the status on the
> dialplan in lua (pbx_lua.so). I know that 'hint' won't work and has to
> be put in the regular extensions.conf/ael. Are there any other
> considerations? Features that are not implemented, or known stability
> issues?

Check the issue tracker.  There are some applications that work
differently in pbx_lua than the do in extensions.conf.  Specifically any
applications that jump to a different extension or priority will behave
strangely in pbx_lua.  Goto (goto, gotoif, etc) is the most effected,
but you should not need to use Goto in pbx_lua as you have access to
better ways to manage control flow.  Beyond that, things should work
mostly as they do in extensions.conf.

-- 
Matthew Nicholson
Digium, Inc. | Software Developer




More information about the asterisk-users mailing list