I realize I receive permanently the "1" digit. That's should be the reason the "say_digits" seems not to work. Now I've got to change my question... Why do I receive this digit if none send it to me?




----- Original Message ----- From: "Victor Cartes" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <[EMAIL PROTECTED]>
Sent: Tuesday, November 02, 2004 11:14 AM
Subject: [Asterisk-Users] $AGI->say_number



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

_______________________________________________ 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