similar to: Lua status in asterisk.

Displaying 20 results from an estimated 600 matches similar to: "Lua status in asterisk."

2011 Feb 15
1
Lua extensions are not working on asterisk 1.8.2.3
Hi, After compiling a installing asterisk 1.8.2.3 I wanted to play with lua but I noticed that extensions created in extensions.lua was not being registered with asterisk. uga1*CLI> dialplan show [ Context 'app_queue_gosub_virtual_context' created by 'app_queue' ] 's' => 1. NoOp() [app_queue] [ Context
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.
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':
2011 Sep 26
3
Hacking Issue
Hi, I am having an issue with someone accessing our server via a SIP/VOIP connection. I have changed my iptables rules to drop all UDP traffic from and too this IP address, but this traffic seems to still run through my server. These are the iptables rules that I current have on the server. -A INPUT -i eth0 -s 209.61.231.42 -p udp -j DROP -A INPUT -i eth0 -d 209.61.231.42 -p udp -j DROP
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?
Hi, I have defined a dialplan in lua and now would like to use "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
2011 Jul 22
3
VLAN's
Hi, I have a firewall running IPTABLES. I have tried to route sip traffic from my WAN(eth3) interface to a VLAN(eth2.2) interface, however the data will not route to the VLAN it keeps routing to the default interface(eth2). Does anyone have an idea as to what I need to look for? Regards Jennifer Botten ETECH Tel: +2787 150 5285 Fax: 086 638 2412 Mobile: +27 82
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 chan_sip, pbx_lua, and app_dial. "dialplan show"
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()
2009 Jan 06
1
Asterisk 1.6 and LUA
Hello all. I'm playing with LUA and I can't see a way to reload 'extensions.lua' after a change, except by restarting Asterisk. Any clue? Thanks. ----- Dominique Dartois
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
2011 Nov 10
2
Asterisk 10.0.0-rc1 Now Available
The Asterisk Development Team is pleased to announce the first release candidate of Asterisk 10.0.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ All Asterisk users are encouraged to participate in the Asterisk 10 testing process. Please report any issues found to the issue tracker, https://issues.asterisk.org/jira. It is also
2011 Nov 10
2
Asterisk 10.0.0-rc1 Now Available
The Asterisk Development Team is pleased to announce the first release candidate of Asterisk 10.0.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ All Asterisk users are encouraged to participate in the Asterisk 10 testing process. Please report any issues found to the issue tracker, https://issues.asterisk.org/jira. It is also
2014 Jul 25
0
pbx_lua module with luasql.mysql
Hello. I successfully installed lua and use lua_pbx with my dialplan, but I need to use mysql. I installed luasql.mysql and without extensions.lua it work fine (woth external scripts) I tested it with my little script: ______________________________________________________________ function mysqltest() local driver = require "luasql.mysql" local env = assert(driver.mysql()) local con
2010 Oct 05
2
Crontab problem
Hi, I seem to have a problem with crontab. I am running CentOS 5.5. If I add my bakup scripts into crontab they take very long to run. If I run my scripts manually they run 100%. I have also tried vixiecron, same issue. Any ideas? Thanks Jenny -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Feb 09
1
Not able to receive fax
Hello, I have been trying to setup asterisk (1.6.2.0) to receive fax. I am able to receive faxes sent from a zoiper softphone connected to asterisk. I have some DID numbers (with T.38 support) forwarded to my asterisk pbx. I am not able to receive faxes from these numbers. The error I get on the asterisk console is "phase_e_handler: Error transmitting fax. result=49: The call dropped
2014 Jul 10
0
Asterisk 11.11.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.11.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 11.11.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs
2014 Jul 10
0
Asterisk 11.11.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.11.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 11.11.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs
2009 Aug 31
0
asterisk-users Digest, Vol 61, Issue 85
Topic 6: RE:unable to execute command hi there i tried to execute the command as suggest like exten => 1987,1,Playback(posix-restarting) exten => 1987,2,wait(1) exten => 1987,3,System(/usr/bin/python /home/docas/Desktop/mess1.py) exten=> 1987,4,Hangup it still doesn't work,now it does it give unable to execute command but it doesn't reach the system command it just