search for: fastagi

Displaying 20 results from an estimated 141 matches for "fastagi".

2007 May 17
4
FastAGI hangs up channel if server is not available
Hi all, Running 1.2.14 When I call a FastAGI script such as this script for an incoming call: [calldirect] exten=>s,1,Answer() exten=>s,2,AGI(agi://192.168.1.175/calldirect?check&${CALLERID(num)}) exten=>s,3,Goto(check_time,s,1) and the FastAGI server is not running (Asterisk gets "connection refused" TCP error), Ast...
2006 Feb 14
5
Multiple AGI Issues
I've got several issues with AGI/FastAGI 1. When an AGI script sends a command to Asterisk via stdin, why does Asterisk block and not return a result until the command is complete? Specifically, the dial command. If I send a Dial command to Asterisk, I don't get a return result until AFTER the call is HUNG UP. Not when it's ringi...
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...
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 exten...
2005 Mar 07
2
Question about AGI vs. FastAGI vs. straight C/DB development
Folks, I want to build a custom IVR for my setup. I've got it working (well, the bells and whistles are not there yet, but the basic stuff works) using AGI, but I'm worried about how well this will scale. I've seen references to FastAGI, and presumably this will be more efficient. Question, though: how well do either of these (AGI or FastAGI) scale if my system is handling a large number of simultaneous calls? I'm assuming that even with FastAGI, there's going to be some CPU overhead that will increase as the number of s...
2006 Jun 25
1
Testing a FastAGI script
Hi, (I tried to post this message a week ago but I don't think it could reach the list. Please forgive me if you already received it). I would like to develop my first FastAGI script. I would like to test it independently from Asterisk for the sake of simplicity. Which linux (or cygwin) tool is the best for that ? Using this tool, I will open a FastAGI connection, throw data in and read data from. With AGI script, echo or cat commands are enough. But what are the simpl...
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 Qu...
2005 Aug 04
3
SIPPeersAction class file not found in the Asterisk-java.jar file
Hello Everybody, I am working on Fastagi and I am making use of Asterisk-java. But I don't find the class file for SIPPeersAction. Hence I am getting the error message when compiling my java code. ---------------------------------------------------------------------------- ------------------------------------------------ [r...
2015 Dec 15
3
FastAGI not working
Hello everyone, I have a problem with a FastAGI connection, could you help me fix this problem please? Here is my log: [2015-12-15 16:17:09] WARNING[23936][C-00000015]: res_agi.c:1658 handle_connection: Connecting to '10.171.54.149:9110' failed for url 'agi://10.171.54.149:9110/DatabaseQuery.agi?vars=name%3Bfirst+name%3BStatut&...
2005 Jul 29
1
FastAGI problems
Hello! I use FastAGI very frequently [meaning 30 channels IVR is made in it] and sometimes I find, that there is a message like: Jul 29 09:38:55 VERBOSE[896] logger.c: == Auto fallthrough, channel 'Local/1@route-out-eeae,2' status is 'CHANUNAVAIL' Jul 29 09:38:55 VERBOSE[893] logger.c: > Ch...
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...
2006 Apr 27
1
PrivacyManager & FastAGI: Rewrite or use?
...al 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 writing a FastAGI application in perl to do this. I've read and tried the PrivacyManager option in Dial (option p and P(x)) and it is pretty nice. I can replace the voice prompts with things I want. However, I've realized the privacy manager is pretty limited -- it does what it does well, but you don'...
2013 Jan 29
1
Fast AGI library/support for C & C++
Dear All, Is there anyone who is having FastAGI support for C & C++? We do have FastAGI working for the JAVA and rest of the language / script. But I am unable to find FastAGI for C/C++. Please let us know how to write FastAGI using C/C++. Thanks in Advance, Kashyap -------------- next part -------------- An HTML attachment was scrubbed....
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...
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 eac...
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 interestin...
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 usefu...
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
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 Variable...
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 cl...