search for: asterisk_dial

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

2004 Sep 20
0
Can't Dial using perl.
I'm trying to dial using this script in perl: (asterisk_dial.pl) --- #!/usr/bin/perl use Asterisk::AGI; $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); $pin = $AGI->get_data("beep", "10000", "3"); chomp($pin); $AGI->exec('SetVar',"NUMERO=$pin"); exit(0); --- This script sets 'N...