[asterisk-dev] Asterisk Lua Reference

Matthew Nicholson mnicholson at digium.com
Tue Apr 28 15:15:15 CDT 2009


On Wed, 2009-04-15 at 22:46 -0700, Lahav Savir wrote:

> 
> Does anyone know where can I find the Asterisk Lua reference, for all
> the Asterisk commands that can be used within Lua ?
> 

There is no official reference.  See the comments in the extensions.lua
example file.  All asterisk applications and functions can be used in
the following manner:

app.dial("arg1", "arg2")
channel.CDR("number"):get()
-- 
Matthew Nicholson
Digium, Inc. | Software Developer




More information about the asterisk-dev mailing list