Hi all,
    Is there a way to get the "called id" (the B number) with AGI perl ?
I know how to get the caller id which is working fine and is just below:

#!/usr/bin/perl

use Asterisk::AGI;

$AGI = new Asterisk::AGI;

my %input = $AGI->ReadParse();

$callerid = $input{'callerid'};

$AGI->say_digits($callerid);

}

Thanks in advance,

Angel.


Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger

Reply via email to