similar to: Index of AGI Scripts

Displaying 20 results from an estimated 40000 matches similar to: "Index of AGI Scripts"

2005 Aug 17
1
AGI SCRIPTS USING PERL NEED SOME KIND OF COMPILATION TO WORK WITH *
Hi all, Help needed: Does AGI SCRIPTS USING PERL NEED's SOME KIND OF COMPILATION TO WORK WITH *???? This simple script is not working. What can I do to make this interact with *????? #!/usr/bin/perl # # use Asterisk::AGI; $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); my $tests = 0; my $pass = 0; my $fail = 0; #setup callback
2006 Mar 24
2
How to nice agi scripts?
Hi, I have unpleasent short audio gaps when a perl based agi scripts starts. Thus, I now started to put all those things in C programmed daemons for fast-agi. Anyway I'm looking for another mean, which would help me more quickly. I noticed, that all agi scripts are running with system priority -11, like asterisk does. This is really waste of priority. I would like to have the AGI scripts
2004 Jun 30
2
AGI Diad number
Is there a way of getting the dialled number from an AGI? Is it passed in the initial variables, or can it be pulled out or passed across from the dial plan? Cheers, Ben Merrills Griffin Internet -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040630/71e0bcda/attachment.htm
2006 Oct 12
0
AGI scripts
I've tried to install a couple of applications like the teleyapper script on nerdvittles but I seem to be getting an error executing the AGI script. I have also tried installing the voiceone gui and have problems executing the AGI scripts in this. Here is the error == Spawn extension (yapper-gen, s, 5) exited non-zero on 'IAX2/250-2' -- Executing
2009 Aug 29
2
cannot run agi scripts
Hi,I am new to Asterisk, I installed it add got it working for incoming calls using a sip provider. I can for example run the following successfully: exten => 124,1,Wait(1) exten => 124,2,Playback(demo-thanks) exten => 124,3,Hangup My problem is that I can not run AGI scripts, I tried the default test-agi.agi and a more simple python based one. I am using the following to use AGI.
2003 Jun 18
3
Temporized AGI Scripts.
Hi all, Now I'm working with a E400P, and I don't now if it's possible to do the following. I want that and AGI script (Perl) recieve a call, and the user introduce the date, the time and the destination phone number (where the temporized AGI must call). Before an AGI script will call to that number in the date and time introduced by user. That's possible, and it's how can I
2009 May 13
0
AGI scripts in Groovy, JavaScript, JRuby or PHP running on the Java Virtual Machine
Hi, We've just finished adding support for writing AGI scripts in a variety of popular scripting languages to Asterisk-Java. The FastAGI server in Asterisk-Java allows you to move your AGI scripts to a dedicated server and increases performance by eleminating the need to start the language interpreter for each request. Our current snapshot release includes an AGI demo in Groovy, JavaScript
2007 Aug 29
1
Monitor System using AGI Scripts
Hello All, Anyone using AGI scripts to monitor their systems? Something like if the system goes down, AGI script will be triggered and system admin will be notified saying "System XYZ has gone down"... Any suggestions... Cheers, Nitesh
2014 Sep 02
1
AGI scripts - delay issue.
Hey All We have several AGI scripts that access databases. These work well most of the time. The issue we are having is that on rare occasion our script must fail to a backup database server. When this occurs it may take up to two seconds to do so. The issue is when there is this delay the script loses access to read global channel variable values only after the delay. This is
2004 May 13
1
MeetMe with AGI scripts
I've had a quick look through the mail list and wiki but haven't yet resorted to looking at the meetme source code.. I see references to a background agi script that can run if you're using Zap channels. Am I right in saying that that script runs for each channel in the conference? Or is it a one time deal, running when the conference is created? The backgrounder behind my question is
2006 Feb 13
0
AGI Scripts Staying in Memory
So, I'm noticing that when Asterisk executes an AGI script, that the AGI script keeps running until the call is complete. Is there any way to have the script terminate when the call is answered? Also noticed that when user makes a call to user B, if user B hangs up the call, then Asterisk returns a result code. If user A hangs up the call, a result code is not returned. Why? Doug
2007 Nov 28
2
Billing/Call Control engine : AGI scripts/ AstMan API
Hello ppl, Have implemented a really nice Billing engine using AGI scripts. So far it works fine, tho haven't yet put it in the torture cell. The AGI scripts have been written in PHP, using MySQL for the billing and profile information. The major disadvantages I see using AGI scripts : 1. A new process(invocation of PHP scripts) on every new call. 2. MySQL connections on every instance of
2005 Feb 08
4
how to pop up called number details using php scripts in agi scripts
Hi to all, I and using asterisk with following setup. 1. TDM400p card with four FXS modules, so there are four analog phone lines on four zap channels, My setup is working fine. And version is like such Asterisk CVS-v1-0-11/27/04-20:48:45 I want your guidance for the following issue. with help of agi scripts i am able to insert caller id number in database of mysql now i want to pop it up via
2006 Feb 13
2
Terminating AGI Scripts
I've noticed that Asterisk AGI scripts don't terminate when a call is answered. Does anyone know how to do this? I would think that this would be a very big problem, if the scripts stayed in memory, doing nothing, until the call terminates. Not only do you have to have a process for routing each call, but all the previous calls, that are still in progress, also have scripts running. It
2006 Dec 29
2
Binary AGI Scripts
Hi Everyone, I'm wondering if anyone here write AGI's in compiled binaries. I'm writing a small Cepstral AGI in Freepascal/Lazarus. I know there are some other AGI's out there, but I wanted to add some more functionality than what is available such as having the AGI determine if the "data" argument is plain text or a path to a text file and act accordingly. The
2004 Aug 19
1
AGI Script: calleridnamelookup.agi
Is anyone successfully using the AGI script calleridnamelookup.agi (or anything similar) ? I get both name and number caller ID from my POTS line, but I'd save money if I had them deliver ANI only. I've downloaded and installed the AGI script calleridnamelookup.agi, but I always get -- Executing AGI("SIP/9525485560-5359", "calleridnamelookup.agi") in new stack
2006 May 22
1
Script AGI on C
Hi Folks: I used that one example for AGI script on C web, only to fill the working with the Asterisk. I compiled and it worked great. I executed accidentally the ls -l command in directory where was the source and executable, I noted and was surprised that because the executable size was to further 20 times more than source. I executed the gcc -Os source.c -o executable.agi command several
2003 Apr 15
1
Signals to AGI scripts
Are any signals (SIGTERM, SIGINT, SIGDIERIGHTNOW?) passed to an AGI script if it gets hung up upon before it exits?
2009 Sep 02
0
problem with agi script not getting variable
I am learning agi scripting using php. I m using phpagi 2.x on asterisk 1.2. I hve written a simple script that reads out the callerid using flite. My problem is that I seems the script is not getting the callerID. Bellow is the script _________________ #!/usr/bin/php -q <?php /** * @package phpAGI_examples * @version 2.0 */ set_time_limit(30);
2008 Feb 06
0
Problem forwarding a call with an AGI script
Hi, I'm trying to achieve the following: Incoming call for user A (97), user A make a blind transfer to user B's phone (96). User B's phone rings and since there is no one to take the call, it returns the call to User A with an AGI script. The dialplan looks like this: [local] .... exten => 96,1,Dial(SIP/user4,10,tr) exten => 96,2,AGI(transfer.php) exten =>