Can somebody tell me why this does not work in perl (AGI)???
#!/usr/bin/perl -w
use Asterisk::AGI;
$AGI =3D new Asterisk::AGI;
%input =3D $AGI->ReadParse();
$AGI->say_number(1984);
At the console I can see the program start and finish OK, but it doesn't
execute the say_number method.... why?
Thanks in advance.