search for: pbx_lua

Displaying 20 results from an estimated 42 matches for "pbx_lua".

2011 Feb 15
1
Lua extensions are not working on asterisk 1.8.2.3
...#39;700' => 1. Park() [features] [ Context 'app_dial_gosub_virtual_context' created by 'app_dial' ] 's' => 1. NoOp() [app_dial] [ Context 'local' created by 'pbx_lua' ] Alt. Switch => 'Lua/' [pbx_lua] [ Context 'demo' created by 'pbx_lua' ] Alt. Switch => 'Lua/' [pbx_lua] [ Context 'default' created by 'pbx_lua' ]...
2010 Jun 30
2
Pbx_lua vs. calling lua thru AGI?
Hello I'm taking a look at how to write scripts to be called from the dialplan, and saw pbx_lua mentioned. I'd like to know more about this feature, such as what the difference is with just calling the Lua interpreter through AGI (same difference as between php-cgi and mod_php?), whether it's production-ready, etc. Thank you for any help.
2014 Jul 25
0
pbx_lua module with luasql.mysql
...ysqltest.lua I see response: <mysql> MYSQL driver version is: 5.5.37 <mysql> Copyright (C) 2003-2012 Kepler Project <mysql> LuaSQL is a simple interface from Lua to a DBMS <mysql> LuaSQL 2.3.0 when I tried require driver from extensions.lua, I see this when reload module pbx_lua.so: module reload pbx_lua.so ________________________________________________________________ No such module 'pbx_lua.so' -- Reloading module 'pbx_lua.so' (Lua PBX Switch) [Jul 24 11:41:27] ERROR[3512]: pbx_lua.c:1635 load_or_reload_lua_stuff: Error loading extensions.lua: er...
2008 Oct 27
1
Asterisk 1.6 pbx_lua not creating any contexts
Howdy, all. I'm trying to use pbx_lua as included in Asterisk 1.6 -- but while it correctly reports an error on startup (but not reload!) if extensions.lua does not exist, it doesn't appear to actually create any contexts. I'm testing in a very minimal configuration with autoload turned off; "module show" shows only...
2009 Aug 29
2
Asterisk 1.6.0.14 and 1.6.1.5 Now Available
The Asterisk Development Team is pleased to announce the release of Asterisk 1.6.0.14 and 1.6.1.5. Asterisk 1.6.0.14 and 1.6.1.5 are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ Asterisk 1.6.0.14 is the first full, non-security release since 1.6.0.10. The release candidate 1.6.0.11-rc1 was redone as 1.6.0.14-rc1 (which this release has been created
2009 Aug 29
2
Asterisk 1.6.0.14 and 1.6.1.5 Now Available
The Asterisk Development Team is pleased to announce the release of Asterisk 1.6.0.14 and 1.6.1.5. Asterisk 1.6.0.14 and 1.6.1.5 are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ Asterisk 1.6.0.14 is the first full, non-security release since 1.6.0.10. The release candidate 1.6.0.11-rc1 was redone as 1.6.0.14-rc1 (which this release has been created
2010 Feb 09
1
Lua status in asterisk.
-----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? Thanks, Tommy Botten Jensen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Commen...
2011 Feb 24
1
extensions.lua with luasql.mysql.
Hi to all! I'm trying to create a context for integration with extensions.lua and libsql.mysql, but I'm not getting to run. When I reload the module pbx_lua.so the following error appears: [Feb 24 16:59:29] ERROR[30749]: pbx_lua.c:1249 exec: Error executing lua extension: error loading module 'luasql.mysql' from file '/usr/lib/lua/5.1/luasql/mysql.so': /usr/lib/lua/5.1/luasql/mysql.so: undefined symbol: lua_getfield stack traceback...
2009 Aug 17
2
Accessing Asterisk gosub arguments in extensions.lua
How does one go about accessing gosub arguments from Asterisk in extensions.lua? For example, I have the following in extensions.conf: exten => 1000,1,Wait(1) exten => 1000,n,Gosub(functions,mytest,1("123")) exten => 1000,n,Hangup And then the following in extensions.lua: extensions = { functions = { ["mytest"] = function()
2010 Jul 26
1
PBX Lua with Asterisk ODBC
Hi All, I have a quick question with regards the pbx_lua module. Would the lua dialplan have direct access to the odbc configuration within Asterisk, those odbc connections/dsn's that are defined in res_odbc.conf/extconfig.conf/cdr.conf? Thanks Bruce
2014 Jun 06
1
Using macros in extensions.lua?
...uot;dial" with the macro M to implement some logic, when the callee-channel gets created. Working old style would be (extensions.conf) [default] exten => _X,1,dial(SIP/1,,M(mymacro^parameter)) [macro-mymacro] exten => s,1,verbose(${ARG1}) How to implement the same functionality using pbx_lua? Details: Asterisk 11.7 on Ubuntu 14.04 Kind regards Dennis Guse Quality and Usability Lab Telekom Innovation Laboratories TU Berlin Ernst-Reuter-Platz 7 D-10587 Berlin, Germany Tel: +49 30 8353 58874 Fax: +49 30 8353 58409 E-mail: dennis.guse at telekom.de Web: www.qu.tlabs.tu-berlin.de ------...
2011 Nov 10
2
Asterisk 10.0.0-rc1 Now Available
...s ranging from 8kHz-192kHz (More information available at https://wiki.asterisk.org/wiki/display/AST/ConfBridge+10 ) * Addition of video_mode option in confbridge.conf to provide basic video conferencing in the ConfBridge() dialplan application. * Support for defining hints has been added to pbx_lua. * Replacement of Berkeley DB with SQLite for the Asterisk Database (AstDB). * Much, much more! A full list of new features can be found in the CHANGES file. http://svnview.digium.com/svn/asterisk/branches/10/CHANGES For a full list of changes in the current release, please see the ChangeLog: h...
2011 Nov 10
2
Asterisk 10.0.0-rc1 Now Available
...s ranging from 8kHz-192kHz (More information available at https://wiki.asterisk.org/wiki/display/AST/ConfBridge+10 ) * Addition of video_mode option in confbridge.conf to provide basic video conferencing in the ConfBridge() dialplan application. * Support for defining hints has been added to pbx_lua. * Replacement of Berkeley DB with SQLite for the Asterisk Database (AstDB). * Much, much more! A full list of new features can be found in the CHANGES file. http://svnview.digium.com/svn/asterisk/branches/10/CHANGES For a full list of changes in the current release, please see the ChangeLog: h...
2014 Jul 10
0
Asterisk 11.11.0 Now Available
...ections. (Reported by Richard Mudgett) * ASTERISK-23246 - DEBUG messages in sdp_crypto.c display despite a DEBUG level of zero (Reported by Rusty Newton) * ASTERISK-23766 - [patch] Specify timeout for database write in SQLite (Reported by Igor Goncharovsky) * ASTERISK-23844 - Load of pbx_lua fails on sample extensions.lua with Lua 5.2 or greater due to addition of goto statement (Reported by Rusty Newton) * ASTERISK-23818 - PBX_Lua: after asterisk startup module is loaded, but dialplan not available (Reported by Dennis Guse) * ASTERISK-23834 - res_rtp_asterisk debug...
2014 Jul 10
0
Asterisk 11.11.0 Now Available
...ections. (Reported by Richard Mudgett) * ASTERISK-23246 - DEBUG messages in sdp_crypto.c display despite a DEBUG level of zero (Reported by Rusty Newton) * ASTERISK-23766 - [patch] Specify timeout for database write in SQLite (Reported by Igor Goncharovsky) * ASTERISK-23844 - Load of pbx_lua fails on sample extensions.lua with Lua 5.2 or greater due to addition of goto statement (Reported by Rusty Newton) * ASTERISK-23818 - PBX_Lua: after asterisk startup module is loaded, but dialplan not available (Reported by Dennis Guse) * ASTERISK-23834 - res_rtp_asterisk debug...
2009 Aug 31
0
asterisk-users Digest, Vol 61, Issue 85
...ect: Re: [asterisk-users] Asterisk 1.6.0.14 and 1.6.1.5 Now Available - pbx/lua.c changes To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Message-ID: <1251576873.19246.74.camel at hoho4.chidig.com> Content-Type: text/plain The file pbx/pbx_lua.c needed to be changed slightly so as to find lua on my Fedora9 system [root at hoho4 asterisk-1.6.1.5]# diff -u pbx/pbx_lua.c.orig pbx/pbx_lua.c --- pbx/pbx_lua.c.orig 2009-08-29 14:39:46.000000000 -0500 +++ pbx/pbx_lua.c 2009-08-29 14:40:20.000000000 -0500 @@ -42,9 +42,9 @@ #include &quot...
2014 Jul 10
0
Asterisk 12.4.0 Now Available
...to be run (Reported by Corey Farrell) * ASTERISK-23673 - Security: DOS by consuming the number of allowed HTTP connections. (Reported by Richard Mudgett) * ASTERISK-23766 - [patch] Specify timeout for database write in SQLite (Reported by Igor Goncharovsky) * ASTERISK-23844 - Load of pbx_lua fails on sample extensions.lua with Lua 5.2 or greater due to addition of goto statement (Reported by Rusty Newton) * ASTERISK-23818 - PBX_Lua: after asterisk startup module is loaded, but dialplan not available (Reported by Dennis Guse) * ASTERISK-23834 - res_rtp_asterisk debug...
2014 Jul 10
0
Asterisk 12.4.0 Now Available
...to be run (Reported by Corey Farrell) * ASTERISK-23673 - Security: DOS by consuming the number of allowed HTTP connections. (Reported by Richard Mudgett) * ASTERISK-23766 - [patch] Specify timeout for database write in SQLite (Reported by Igor Goncharovsky) * ASTERISK-23844 - Load of pbx_lua fails on sample extensions.lua with Lua 5.2 or greater due to addition of goto statement (Reported by Rusty Newton) * ASTERISK-23818 - PBX_Lua: after asterisk startup module is loaded, but dialplan not available (Reported by Dennis Guse) * ASTERISK-23834 - res_rtp_asterisk debug...
2013 Apr 26
0
glibc detected crash
...0037c000 rw-p 0006c000 08:02 572483 /usr/lib/libodbc.so.2.0.0 0037c000-0037d000 rw-p 00000000 00:00 0 0037d000-00383000 r-xp 00000000 08:02 722855 /usr/lib/asterisk/modules/pbx_lua.so 00383000-00384000 rw-p 00005000 08:02 722855 /usr/lib/asterisk/modules/pbx_lua.so 00384000-00388000 r-xp 00000000 08:02 723038 /usr/lib/asterisk/modules/res_crypto.so 00388000-00389000 rw-p 00003000...
2011 Jul 22
0
Asterisk 10.0.0 Beta 1 Now Available!
...ghly optimized and customizable ConfBridge application capable of mixing audio at sample rates ranging from 8kHz-192kHz * Addition of video_mode option in confbridge.conf to provide basic video conferencing in the ConfBridge() dialplan application. * Support for defining hints has been added to pbx_lua. * Replacement of Berkeley DB with SQLite for the Asterisk Database (AstDB). * Much, much more! A full list of new features can be found in the CHANGES file. http://svn.digium.com/view/asterisk/branches/10/CHANGES?view=checkout For a full list of changes in the current release, please see the Ch...