similar to: Testing a FastAGI script

Displaying 20 results from an estimated 60 matches similar to: "Testing a FastAGI script"

2005 Jul 18
1
FastAgi ...fastagi-mapping missing error
salam .... if anyone uses fastagi then plz help me... The AGISERVER starts successfully: Jul 18, 2005 2:54:50 AM net.sf.asterisk.util.impl.JavaLoggingLog info INFO: Thread pool started. Jul 18, 2005 2:54:51 AM net.sf.asterisk.util.impl.JavaLoggingLog info INFO: Listening on *:4573. but I m getting this error when i call extension Jul 18, 2005 2:55:13 AM
2010 Aug 08
0
Asterisk 1.6.2 FastAGI Hangup Problem
Hi all, I'm writing my own FastAGI server. I noticed when I send agi Hangup command with and without the channel, asterisk does not hangup the channel and waits for the AGI server to close the connection. Is this how it's supposed to be? Thanks - Abeed -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Oct 08
0
fastagi example
Hello, maybe somebody has fastagi examples, or can advice how to do. I just want to do a single ton connection to mysql server. Cause now I'm using AGI, and each call creates mysql connection and so on. I just want alleviate CPU load ... Asterisk and mysql servers are on the same box, and is it a good idea use fastagi if i have only one server. thanks -- Pagarbiai / Best Regards,
2010 Oct 23
0
hangup delayed very much on fastagi appliaction of asterisk 1.6
Hello my friends, Previously, we developed fastagi application with Erlang to run on asterisk 1.4, it run very well. But when we try to migrate this application to interface with asterisk 1.6.2.13( the same with 1.6.1 or 1.6.0), We found the hangup issue there, the hangup event will delayed a few minutes when callee hangup , or make an hangup request on cli. The channel be hungup don't
2007 Dec 06
0
Perl FastAGI service port.
In the Perl FastAGI API, how does one set the port the service runs on? [root at donkey queue_login_arbiter]# perl arbiter_agid.pl 2007/12/06-17:16:27 Evariste::QueueMemberArbiter (type Asterisk::FastAGI) starting! pid(31737) Port Not Defined. Defaulting to '20203' Binding to TCP port 20203 on host * Group Not Defined. Defaulting to EGID '0 10 6 4 3 2 1 0' User Not Defined.
2010 Apr 19
1
Help with FastAGI server in Windows
Hi! I am trying to do a FastAGI server in windows. I am using the example from their page but I dont get anything. Anybody here has experienced with Fastagi in windows and perl that give a rigth direction to do this. I have experience with AGI but fastagi dont *-------------------------------------------------------* *-Edwin Quijada *-Developer DataBase *-JQ Microsistemas *-Soporte PostgreSQL
2007 Mar 10
1
FastAGI Question
Hi all, I've been doing some research on FastAGI and there are few things that I am not sure of from wiki, etc. 1. When using FastAGI are the initial env vars sent all as one packet or are they sent line by line? 2. If line by line are they also terminated with a line feed as is regular AGI? 3. This just needs verification: Passing Variables in 1.2.x. I see that in 1.2 the variables
2005 Jan 08
0
FastAGi change
Mark just committed a small fix of mine to FastAGI. Previously there was a script option to the URI that wasnt't used. Now, it's sent to the AGI server so that one running server can handle multiple AGI functions. agi://hostname:port/script is the full syntax for the fastagi option to the agi() cmd now. I hope you will find this useful if you use FastAGI. /Olle
2005 Feb 08
1
Fastagi question
Hi All, I have a question about Fastagi because I can't get it to work for some reason. Everytime I execute the fastagi command, i get an error: my extensions.conf: .. exten => 1000,1,agi(agi://some_ip_address) .. output from asterisk console: -- Executing AGI("Zap/1-1", "agi://some_ip_address") in new stack -- Launched AGI Script
2005 May 24
0
DIAL with FastAGI and Answer Supervision
Hi! I'm using FastAGI (agi://) to make some calls. To do the dialing i use "EXEC DIAL Zap/g1/XXXXXXXX...". But how can I make "answer supervision" with FastAGI? DIAL command won't return until call is finished. Thanks in advance! -- Daniel
2006 Jan 12
0
Sending commands to Asterisk via FastAGI
I have a fast agi python script that reads some numbers from MySQL, and then instructs asterisk to try those numbers in sequential order. ie: def run(self): agi = AGI(self.client) db = MySQLdb.connect(host="192.168.10.15",user="user",passwd="password",db="somedb") c = db.cursor() c.execute("""Select *
2006 Apr 25
2
FastAGI Connection Failure and Hangup
Does anyone know how to make fastagi continue to the next priority if it can not connect to the remote AGI Server? Right now I am just getting Hangup and cant find anything on the net about this. Thanks, Steve
2008 Mar 31
1
AsterPas ObjectPascal Based FastAGI Server goes Open Source
Announcement: We are pleased to announce that we have released AsterPas FastAGI ObjectPascal Script Server for Asterisk PBX under xxxx license. What is AsterPas? AsterPas is a FastAGI server which allows real-time scripting of Asterisk PBX call flow using ObjectPascal based scripting. AsterPas includes many built objects available from scripts such as Cepstral TTS Engine class, database access
2009 Jun 04
1
problem install Asterisk-FastAGI
Hello all, I have a problem when I try to install FastAGI. I try to do #perl Makefile.PEL And it return : Can't locate inc/Module/Install.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at Makefile.PL line 1. BEGIN failed--compilation aborted
2009 Jun 26
1
Centrale FastAgi server down
Hi, How do you all handle the situation when a centrale fastagi server process(es) are down? AGI(..) prints "Unable to locate host" and the dailplan jumps to extension h. I'd like to handle the return value and keeping the caller in the dailplan and not to the hangup extension. Any tips about how to handle a AGI(..) returns -1 condition? thx Arjan Kroon Mobillion BV
2010 Jan 06
1
Fastagi-mapping problem
Hello I am new in Asterisk Java, i am working on Asterisk 1.6.2.0 , i started the first example Hello AGI in this tutorial http://asterisk-java.org/development/tutorial.html I put the jar file and the proparty file in folder i wrote in extensions.conf this exten => 1300,1,AGI(agi:// 192.168.50.127/hello.agi,${EXTEN},${UNIQUEID},${CALLERID(name)}) I started AGI server ,then when i call
2015 Jan 16
0
agitator - FastAGI reverse proxy
Hello, FastAGI doesn't get (or deserve) much love these days but a lot of people are still widely using it. Here is a small project of mine, started trying to scratch my own itch, that some might find useful. https://github.com/zaf/agitator It is a reverse proxy for the FastAGI protocol with some interesting features. Most noticeably request based routing, HA/failover, load balancing and
2006 Apr 27
1
PrivacyManager & FastAGI: Rewrite or use?
I'm building an app that will do the following: 1. Force the caller to record their name. 2. Dial the party to call. 3. Play a short menu: 1 = Accept Call 2 = Decline Call, go to VM if available 3 = Accept Call forever, never ask again 4 = Decline Call forever, block number, get rid of caller 4. do things based on that choice. I'm
2007 Jan 31
2
Which Java FastAGI implementation has the most "market share"?
When I was looking for a Java FastAGI interface for Asterisk I came across asterisk-java first and didn't realize there was more than one out there. It seems to work fine and I've got my first project working with it, but I was wondering which Java FastAGI implementation is the most popular and how they compare against each other. So I'm aware of: asterisk-java JastAGI
2005 Feb 03
1
FastAgi Help
Dear List after a lot googling and watching source example of FastAGI i cant find a simple way to convert a very simple perl AGI script... perhaps im not a developer.. Why i have need to use FastAGI?...Very load CPU usage on my box... with only 100 calls.. So i have two way res_perl or FastAGI on some other box.. I cant test res_perl becasue when i try to compile it i have this error: