Hi! I wanna know if can run my AGI scripts as fastAGI scripts in Windoes server. I need a lot of script done in perl and I wanna move to windows server. I checked Asterisk::fastagi but I see that everything is for Linux. Somebody has idea to do this in perl. I dont want to change the language. TIA *-------------------------------------------------------* *-Edwin Quijada *-Developer DataBase *-JQ Microsistemas *-Soporte PostgreSQL *-www.jqmicrosistemas.com *-809-849-8087 *-------------------------------------------------------* _________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100414/772636b5/attachment.htm
On Wed, 14 Apr 2010, Edwin Quijada wrote:> I wanna know if can run my AGI scripts as fastAGI scripts in Windoes > server.Seems like a move in the wrong direction to me, but no -- you can't run an AGI script via fastagi() without changes.> I need a lot of script done in perl and I wanna move to windows server. > I checked Asterisk::fastagi but I see that everything is for Linux.Fastagi is a protocol. You could implement it in most languages on most OSs. (Everything is for Linux because that's where "server stuff" belongs.)> Somebody has idea to do this in perl. I dont want to change the > language.Somebody should re-think their ideas :) Saying you "need a lot of script done" implies you haven't done it yet. I'd suggest changing your language to C. You can execute XXX AGIs written in C in the time it takes to load Perl and parse your script. Maybe you wouldn't even need to use a separate server. -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
> Date: Wed, 14 Apr 2010 21:09:03 -0400 > From: dbackeberg at gmail.com > To: asterisk-users at lists.digium.com > Subject: Re: [asterisk-users] FastAGiin Windows Server > > On Wed, Apr 14, 2010 at 8:55 PM, Edwin Quijada > <listas_quijada at hotmail.com> wrote: > > > > My problem is that I need to execute windows app using IVR in Asterisk so we > > What is the windows app that you cannot replace on Linux? > > How about wrapping THAT program with simple inputs and outputs, and > build a network interface on top of it, then bounce interface calls > back and forth from linux? >It is a custom app not mine. _________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100415/9511f869/attachment.htm
You could always ask someone to rewrite the perl code to something else.> -----Original Message----- > From: listas_quijada at hotmail.com > Sent: Thu, 15 Apr 2010 20:52:45 +0000 > To: asterisk-users at lists.digium.com > Subject: Re: [asterisk-users] FastAGiin Windows Server > > > > > > > >> Date: Wed, 14 Apr 2010 21:09:03 -0400 >> From: dbackeberg at gmail.com >> To: asterisk-users at lists.digium.com >> Subject: Re: [asterisk-users] FastAGiin Windows Server >> >> On Wed, Apr 14, 2010 at 8:55 PM, Edwin Quijada >> <listas_quijada at hotmail.com> wrote: >>> >>> My problem is that I need to execute windows app using IVR in Asterisk >>> so we >> >> What is the windows app that you cannot replace on Linux? >> >> How about wrapping THAT program with simple inputs and outputs, and >> build a network interface on top of it, then bounce interface calls >> back and forth from linux? >> > > > It is a custom app not mine. > > _________________________________________________________________
My problem really is find out how Asterisk::fastagi works.> Date: Thu, 15 Apr 2010 13:05:03 -0800 > From: sip at inbox.com > To: asterisk-users at lists.digium.com > Subject: Re: [asterisk-users] FastAGiin Windows Server > > You could always ask someone to rewrite the perl code to something else. > > > -----Original Message----- > > From: listas_quijada at hotmail.com > > Sent: Thu, 15 Apr 2010 20:52:45 +0000 > > To: asterisk-users at lists.digium.com > > Subject: Re: [asterisk-users] FastAGiin Windows Server > > > > > > > > > > > > > > > >> Date: Wed, 14 Apr 2010 21:09:03 -0400 > >> From: dbackeberg at gmail.com > >> To: asterisk-users at lists.digium.com > >> Subject: Re: [asterisk-users] FastAGiin Windows Server > >> > >> On Wed, Apr 14, 2010 at 8:55 PM, Edwin Quijada > >> <listas_quijada at hotmail.com> wrote: > >>> > >>> My problem is that I need to execute windows app using IVR in Asterisk > >>> so we > >> > >> What is the windows app that you cannot replace on Linux? > >> > >> How about wrapping THAT program with simple inputs and outputs, and > >> build a network interface on top of it, then bounce interface calls > >> back and forth from linux? > >> > > > > > > It is a custom app not mine. > > > > _________________________________________________________________ > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users_________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100415/2e291696/attachment.htm