similar to: AGI Script

Displaying 20 results from an estimated 20000 matches similar to: "AGI Script"

2003 Nov 04
1
Demo Weather Report AGI v2.0
Some of you may know me as ManxPower from #Asterisk at irc.freenode.,net I've posted my demp weather report Asterisk AGI script at http://www.fnords.org/~eric/asterisk/downloads/ I have no affiliation with Cepstral. Below is the README: Contact: Eric Wieling <eric@fnords.org> If you want a demo of this AGI script you may call via IAXtel 1-700-923-3645 extension 2101. Option 23 is
2015 Dec 16
2
weather.agi
http://www.wunderground.com/weather/api/ -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of dk at donkelly.biz Sent: Wednesday, December 16, 2015 9:20 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [asterisk-users] weather.agi -----Original Message----- From:
2009 Jul 16
0
AGI to announce temperature from weather.com XMLfile
I have just the thing in PHP. Drop me a personal e-mail and I'll whiz it over. Andrew Thomas Technical Services Manager andy at datavox.co.uk DataVox Ltd Saddleworth Business Centre Huddersfield Road Delph, Oldham OL3 5DF -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Trevor Hammonds
2010 May 11
4
AGI and Severe Weather Alerts
All, I am toying with an idea of using an AGI to be able to 'call' my phone, or phones, in case of severe weather warnings. I have been tinkering with a script that reads from weather underground for the forecast, based off a PHP version of a weather AGI I found on the net. It seems rather trivial to have the AGI as a script, that does nothing unless a condition is met, and
2015 Dec 16
2
weather.agi
Here is a funny story. We mostly do hotels in the Caribbean, and one of our first clients (going on ten years now) used the sample "weather.agi" that used to be shipped with... asterisk at home? Trixbox? Can't even recall where we originally got it from. This perl script uses festival to speak a brief weather forecast to the caller. We told our hotels this was a feature for
2003 Sep 22
0
Example weather report AGI by Zip Code using Festival available
I have posted a link to the tarball of my rather simple AGI script that allows a user to input a Zip Code (USA only) via DTMF and have the current weather conditions spoken to them. This is the first release and I'm sure it will have some bugs. It requires a few modules from CPAN and the asterisk-perl AGI interface. It's a very small script. Available at
2003 Apr 03
1
RE: Asterisk-Users digest, Vol 1 #239 - 13 msgs
If anyone is interested in X100P Cards, I have quite a few brand new ones. Never been opened. $55.00 each, and I'll include ground shipping anywhere in the U.S. If you want one or more, email me off list at bbawkon@malibutech.com And since the discussion has been raging, if you are looking for support, you should buy a new one from Digium. These are sold as-is, (although I will guarantee
2004 Nov 30
3
Passing Var to PHP AGI script
exten => auth_dial,1,DigitTimeout,5 exten => auth_dial,2,ResponseTimeout,15 exten => auth_dial,3,Read(dialed,IVR/en_enter_destination,0) exten => auth_dial,4,agi(call_start.php|${dialed}) exten => auth_dial,5,dial(SIP/${dialed}@146.82.15.241) I'm trying to get What they dialed put into the PHP script. How do I get the contents of this variable in the php script?
2006 May 23
3
AGI ?
Hi All, I have been attempting to get an AGI LCRdialout script to work. Basically what I need to have happen is when someone dials out a number the script check to see if it is local if so, go out the ZAP channel. If the ZAP channel is busy, go out the IAX channels, if IAX is all busy, go out the SIP channels. Here is a sample of what I have in my script. #!/usr/bin/perl use strict; use
2003 Apr 29
3
Two Rings
I've asked this question in the IRC Channel, and have had no happiness yet :-( I have incoming lines hooked to asterisk using X100P's. Unfortunately, when we cal forward our lines using the phone company, the line still rings about a half of a time. This is enough to get * to start 'simple switch' and after my 2 second wait, answer the line. Unfortunately, * doesn't see the
2005 Sep 22
0
AGI Script to interact with ACCESS Databse a nd Set CID info on the fly.
lol just posted this yesterday, it's for any ODBC DSN so Access or SQL or an Excel spreadsheet, as long as it's set as a DSN. This will work with outgoing Caller ID as well, it's just how you set it up in your dialplan. If you want I can email you the .agi since email will undoubtedly mangle the script. hth. HOWTO: A simple AGI application to modify incoming CallerID on the fly using
2009 Jul 16
5
AGI to announce temperature from weather.com XML file
I would like to have the ability to have Asterisk announce the temperature -- not using TTS -- within the dialplan. For a non-Asterisk project, I have a cron job that periodically pulls down an XML file from weather.com containing local weather data (TWC's user agreement requires that data be cached locally). Using sed, I also create a text file that contains only the numeric value of the
2005 Sep 22
3
AGI Script to interact with ACCESS Databse and Set CID info on the fly.
Well guys here comes the fun part. I have a Microsoft access (VBA) application that interfaces with my SQL database. This app pulls of info from the SQL record and than picks up the phone and dials that locations number. I have purchased a few hundred NpaNxx's for my own use. I want get into too much detail there but no worries this is legal. I need to change my CID info on the fly. So I am
2006 Dec 26
1
agi+cepstral driving me nuts
I just got cepstal working fine in the dial plan using code like: exten => 511,5,AGI(cepstral.pl|Welcome to my house finder. At the beep enter your zip code.) The php script it calls is based on the nerdvittles weather one so it calls a webpage which prints to the screen, the nerdvittles code uses system to generate the .wav file then has the dial plan call it via: //php script $retcode2 =
2005 Feb 18
1
Asterisk@home festival weather report
This script was developed by Mark Johnson. All I did (Dean Collins) was type up the instructions and make it easy to understand. This Script will allow you to dial and extension number on your Asterisk@home V0.6 or later pabx and have it read you the weather for your city How it does this is; 1/ When you dial your extension it causes the weather.agi script to run 2/ This makes the program
2005 Feb 25
1
weather asterisk@home
I'm still having problems. Festival works from command line and I can make the speakers talk. But when I dial my weather extension: -- Executing Answer("SIP/3000-a844", "") in new stack -- Executing AGI("SIP/3000-a844", "weather.agi") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/weather.agi -- AGI Script weather.agi
2005 May 17
0
Problem with getting the value of variable DIALSTATUS in AGI script
Hello. ???? ????????? ?????? ?? ?????, ??????? ??????, ??? ????????, ?????? ?? ???????????? ?????, ? ????? ???????? +?????????? ? ??????? ??????. I wrote a small perl script, that just calls to the specified number and then receives the information about +the status of the call. This script is below: #!/usr/bin/perl use Asterisk::AGI; $AGI = new Asterisk::AGI; my %input =
2005 Aug 23
1
AGI nor System working after a dial - Should it work?
Hello List, This is my first message herein. I was playing around with System() and AGI() and found out something I cound not determine my configuration error. I added before.agi and after.agi to the agi-bin dir. Tried to make before.agi get run before the dial call and after.agi be run after. Only the first priority (step 1) gets executed. Here follows some relevant part of the tests: On
2009 Apr 08
1
Perl AGI
Hi all, I have the below peace of my AGI script...the problem here is that I cannot fetch the extension value to inside the script and assign it to another variable...I highlighted it in red #!/usr/bin/perl #use DBD::mysql; use DBI; use DBD::mysql; use Asterisk::AGI; ############################ #To read asterisk variable values. $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse();
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