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.



_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to