search for: eyeset

Displaying 1 result from an estimated 1 matches for "eyeset".

2007 Nov 14
4
Problem with AGI Script
I have asterisk 1.2.18 running on a new system we just installed. Although I've used AGIs many times in the past, I'm stumped on this one. It may just be a simple issue that I need another eyeset to look at. My AGI does the following: #!/usr/bin/perl #Load a few modules... use Asterisk::AGI; use DBI; $AGI = new Asterisk::AGI; #Grab input from Asterisk my %input = $AGI->ReadParse(); #Some Debugging $AGI->exec('SayDigits',$ARGV[0]); exit; -------- All seems fine. If I run...