Re: [asterisk-users] AEL x LUA

2011-12-13 Thread Matthew Nicholson
language, does it do the same with lua? No, it does not translate the lua file into dialplan. The lua code is executed as is. -- Matthew Nicholson Digium, Inc. | Software Developer -- _ -- Bandwidth and Colocation Provided by http

Re: [asterisk-users] Asterisk 1.8.7 and ReceiveFAX

2011-10-10 Thread Matthew Nicholson
is in 1.8 and 10. -- Matthew Nicholson Digium, Inc. | Software Developer -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs

Re: [asterisk-users] Asterisk 1.8.7 and ReceiveFAX

2011-10-10 Thread Matthew Nicholson
/ASTERISK-18130 -- Matthew Nicholson Digium, Inc. | Software Developer -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs

[asterisk-users] Asterisk 1.8 SIP_CAUSE performance regression

2011-08-18 Thread Matthew Nicholson
upgrading from Asterisk 1.4 will see a 60% decrease in the amount of SIP traffic they can handle before encountering problems. Before disabling this feature, we wanted to get a feel for how many people are using it. If you use this feature, please respond to this email and let us know. -- Matthew

Re: [asterisk-users] PBX Lua with Asterisk ODBC

2010-07-26 Thread Matthew Nicholson
with func_odbc.conf, which is probably the piece you're missing. Leif Madsen. -- Matthew Nicholson Digium, Inc. | Software Developer -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New

Re: [asterisk-users] PBX Lua with Asterisk ODBC

2010-07-26 Thread Matthew Nicholson
the connection handle. -- Matthew Nicholson Digium, Inc. | Software Developer -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs

Re: [asterisk-users] Lua status in asterisk.

2010-02-11 Thread Matthew Nicholson
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

Re: [asterisk-users] chan_mobile and DTMF

2009-05-18 Thread Matthew Nicholson
. ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Matthew Nicholson Digium, Inc. | Software Developer

Re: [asterisk-users] Asterisk Manager API Action Originate

2009-05-14 Thread Matthew Nicholson
? ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Matthew Nicholson Digium, Inc. | Software Developer

Re: [asterisk-users] Asterisk Manager API Action Originate

2009-05-14 Thread Matthew Nicholson
with the latest SVN (a similar bug was recently fixed), and if you still see the problem, open a new issue. -- Matthew Nicholson Digium, Inc. | Software Developer ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing

Re: [asterisk-users] chan_mobile and DTMF

2009-05-07 Thread Matthew Nicholson
a patch file. On Wed, May 6, 2009 at 2:45 PM, Carlos Ruiz Diaz carlos.ruizd...@gmail.com wrote: Thank you very much! I'll try with the patch and post the results. On Wed, May 6, 2009 at 12:37 PM, Matthew Nicholson

Re: [asterisk-users] Preferred language for Asterisk AGIs development ?

2009-05-06 Thread Matthew Nicholson
is much simpler then writing one in dialplan. Also writing large complex telephony applications is simpler in AEL or lua (or even AGI) because they give you better tools to manage complexity than raw dialplan does. Performance wise, lua should be faster than Dialplan, AEL, or AGI. -- Matthew

Re: [asterisk-users] chan_mobile and DTMF

2009-05-06 Thread Matthew Nicholson
and svn co http://svn.digium.com/svn/asterisk/branches/1.6.2 but compiling chan_mobile.c produce errors. What can I do? Thanks! On Tue, May 5, 2009 at 5:46 PM, Matthew Nicholson

Re: [asterisk-users] chan_mobile and DTMF

2009-05-05 Thread Matthew Nicholson
in advance. Carlos. ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Matthew Nicholson Digium

Re: [asterisk-users] Preferred language for Asterisk AGIs development ?

2009-05-05 Thread Matthew Nicholson
) Asterisk applications I would add AEL and pbx_lua to the list above. -- Matthew Nicholson Digium, Inc. | Software Developer ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE

[asterisk-users] Recent changes in chan_mobile need testing!

2009-03-18 Thread Matthew Nicholson
of chan_mobile (rev 815 of asterisk-addons/trunk) and report any problems you find to the bug tracker. Thanks. -- Matthew Nicholson Digium, Inc. | Software Developer ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users

Re: [asterisk-users] What do you use? .conf or AEL?

2009-02-12 Thread Matthew Nicholson
. But isn't AEL just converted into .conf language anyway? Or has this evolved with 1.4.x ? AEL is converted to the same internal representation inside of asterisk that traditional .conf diaplan is converted to. -- Matthew Nicholson Digium, Inc. | Software Developer

Re: [asterisk-users] Caller ID replacement

2009-02-12 Thread Matthew Nicholson
can check the database for the proper mapping. With this method it is also easy to add new mappings. -- Matthew Nicholson Digium, Inc. | Software Developer ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users

Re: [asterisk-users] What do you use? .conf or AEL?

2009-02-11 Thread Matthew Nicholson
/listinfo/asterisk-users -- Matthew Nicholson Digium, Inc. | Software Developer ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com

Re: [asterisk-users] asterisk registered as UA

2009-02-09 Thread Matthew Nicholson
that is not configured (as the recording states). -- Matthew Nicholson Digium, Inc. | Software Developer ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http

Re: [asterisk-users] Newbie query: how to write priority n+101

2009-02-06 Thread Matthew Nicholson
vein, you may want to look at extensions.lua too, if you are using 1.6. Really extensions.conf is still a perfectly viable way to build your dialplan and will probably remain so for some time. -- Matthew Nicholson Digium, Inc. | Software Developer

Re: [asterisk-users] lock SIP Account after too many failed logins

2009-01-09 Thread Matthew Nicholson
blocking scripts that work this way. -- Matthew Nicholson Digium, Inc. | Software Developer ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http

Re: [asterisk-users] Problem incomming from openser

2009-01-08 Thread Matthew Nicholson
To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Matthew Nicholson Digium, Inc. | Software Developer ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing

Re: [asterisk-users] Playing MP3s...

2009-01-08 Thread Matthew Nicholson
and MusicOnHold which is a more straightforward solution. -- Matthew Nicholson Digium, Inc. | Software Developer ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit