search for: plack

Displaying 20 results from an estimated 35 matches for "plack".

Did you mean: place
2008 Jan 09
3
WaitExten and Macros
I am trying to use a WaitExten in a Macro, and I am finding that the extension which is pressed ends up in context of the calling context and not in the Macro. How do you do a WaitExten in a Macro? Tony Plack
2007 Nov 02
3
ztdummy and BackGround
2008 Mar 10
1
Shared Extension
...cause the initial Dial to come back as busy. Kind of a force the state flag. Before I brake into code, does anyone have any other ideas? This would also help with phones like Grandstream, where you have 4 accounts to configure, and would like to have all 4 SIP accounts act as 1 extension. Tony Plack
2017 Jun 02
2
more recent perl version?
On Jun 2, 2017, at 5:05 AM, hw <hw at gc-24.de> wrote: > > Warren Young wrote: >> >> There are various options. We use mod_fcgid + Plack here. > I need to look into that when I have time. I wonder if it wouldn?t have been faster to just backport the app to Perl 5.16? How hard could it be? It?s not like Perl 5.16 is a hopelessly lame and incapable language. The recommendation to replace mod_perl with mod_fcgid comes from the...
2017 May 24
3
more recent perl version?
...g schrieb: >> On May 24, 2017, at 7:05 AM, hw <hw at gc-24.de> wrote: >>> apache uses mod_perl >> >> mod_perl was dropped from Apache in 2.4, and Red Hat followed suit with RHEL 7. > > What is it using instead? There are various options. We use mod_fcgid + Plack here. And atop that, Dancer, if you care. http://perldancer.org/ Join me on the Dancer ML if you want to talk further about it. >> I hope this does not strike you as inconsistent with respect to my prior posts, since that would be to construct a false equivalence between abandoned softwar...
2009 Mar 26
6
Need to find small footprint asterisk platform
Hey all, I have a potential project which calls for a very small form-factor computer like this: http://www.marvell.com/products/embedded_processors/developer/kirkwood/sheevaplug.jsp However, I am needing an FXS port integrated into a small footprint computer. Nothing larger than a WiFi router or gateway device, but the smaller the better, and able to run Asterisk with at least a spare USB port
2017 May 24
2
more recent perl version?
...here is a package 'rh-perl524-mod_perl?. That must be someone?s backport. As someone who migrated a mod_perl based app off of mod_perl several years ago, I recommend that you do not use it, unless you have old mod_perl based software that you cannot migrate to newer technologies like FastCGI, Plack, etc. I hope this does not strike you as inconsistent with respect to my prior posts, since that would be to construct a false equivalence between abandoned software and maintained stable software that is getting no new features. Also, you speak of CGI. CGI is not at all the same thing as mod_pe...
2007 Jun 12
2
Bridge bug in 1.4?
2017 Jun 03
0
more recent perl version?
Warren Young wrote: > On Jun 2, 2017, at 5:05 AM, hw <hw at gc-24.de> wrote: >> >> Warren Young wrote: >>> >>> There are various options. We use mod_fcgid + Plack here. >> I need to look into that when I have time. > > I wonder if it wouldn?t have been faster to just backport the app to Perl 5.16? How hard could it be? It?s not like Perl 5.16 is a hopelessly lame and incapable language. It would be possible. There are reasons to use that feat...
2017 May 24
1
more recent perl version?
On May 24, 2017, at 1:58 PM, hw <hw at gc-24.de> wrote: > > It seems that lighttpd uses the perl version that is assigned in > the configuration This is one of the advantages of Plack vs mod_perl, by the way: decoupling the Perl version from the web server version. > while ignoring the LIBRARY_PATH variable set with mod_setenv Are you certain you don?t mean LD_LIBRARY_PATH here? https://stackoverflow.com/questions/4250624/ > Even with a shell script as wrapper that...
2013 Feb 18
1
RAID5/6 Implementation - Understanding first
...so, I might have some points to consider in this space. If not, I will need to dig deeper in the code to understand how some of my concerns can be realized and how I missed the answer to my question. Thank you for this awesome work you all are doing and thank you for the time to answer. Anthony Plack-- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2009 Apr 01
1
SIP Context Confusion
Okay, I am not understanding if I have this correct or not. I have a requirement to allow guests into a PBX from different domains. However, I can not allow the guests into the default context because each domain has its own IVR. So I end up setting the domain context. I also need to provide separate contexts for different sip users (different dial groups). Small system, few users, so it
2008 Oct 10
3
Compile logger-mysql.c with UNDEFINED REF to `mysql_error'
Sorry to post a C compile error on this mailing list but this is Asterisk related. Basically, I was following http://www.plack.net/index.php/2007/01/07/asterisk_modification_for_queu e_logging to patch logger.c and Makefile in Asterisk 1.4.* in order to write queue_log to mySQL database. When I ran make, it complained: In function `write_mysql_logger': [...] /usr/src/asterisk-1.4.21.2/main/logger-mysql.c:98: undefine...
2017 Jun 05
1
more recent perl version?
...CPS count gets high enough. 2. CGI re-launches the cgi-bin/* programs on every page hit. Since Perl doesn?t leave behind ?compiled? forms of the program as some other dynamic languages do (e.g. *.pyc in Python, *.beam in Erlang) it has to do the entire re-compilation over again. With FastCGI or Plack, the app remains running once launched, serving hit after hit using the same instance. 3. A follow-on advantage from the above is that you also don?t have to re-establish other runtime resources like DB connections, file handles, application state, etc. You can just keep it in RAM and access it r...
2009 Apr 13
10
Asterisk-beginner : cannot make phonecalls using Asterisk
Hi there, this is the first time that I'm building an Asterisk-server. I have compiled Asterisk together with Zaptel on an CentOS 5.3-system. Zaptel is for later, when configuring the POTS-line. Now first internal communication with SIP. Thought it would go easier... I have 2 Grandstream IP-phones : BT-201 and GXP-1200. These are my settings : sip.conf : [root at asterisk asterisk]# cat
2017 May 24
0
more recent perl version?
...package 'rh-perl524-mod_perl?. > > That must be someone?s backport. As someone who migrated a mod_perl based app off of mod_perl several years ago, I recommend that you do not use it, unless you have old mod_perl based software that you cannot migrate to newer technologies like FastCGI, Plack, etc. Migrating it is one thing I need look into. > I hope this does not strike you as inconsistent with respect to my prior posts, since that would be to construct a false equivalence between abandoned software and maintained stable software that is getting no new features. Not at all --- th...
2017 Jun 02
0
more recent perl version?
...24, 2017, at 7:05 AM, hw <hw at gc-24.de> wrote: >>>> apache uses mod_perl >>> >>> mod_perl was dropped from Apache in 2.4, and Red Hat followed suit with RHEL 7. >> >> What is it using instead? > > There are various options. We use mod_fcgid + Plack here. I need to look into that when I have time. Test have shown that lighttpd apparently is somewhat faster than apache2, and I?m planning to use it instead of apache for what apache is doing atm. > And atop that, Dancer, if you care. http://perldancer.org/ Join me on the Dancer ML if you...
2007 Jun 12
1
Realtime Meetme in 1.4
2007 Nov 02
1
res_mysql versus res_odbc
2007 Dec 06
2
Cisco power injector with GXP2000 phones
I've tried to use a Cisco power injector to supply power over Ethernet to a GXP2000 phone without success. Although when I plugged these phone to a PoE capable Cisco Switch it worked without a problem! Knowing that all these three equipments implement IEEE 802.3af protocol, why doesn't it work with the Cisco power injector? Anyone also had this problem before? Thanks, Ricardo Carvalho.