Hi

i want use the API on my asterisk 1.6, but i have a small problems :

In extension, i start it :
        exten => _X.,3,AGI(My-Script.agi)
The perl agi file are started without problems

but i want get into this script a lot of variable:
Type (SIP or IAX)
src (from cdr)

but that's don't work:

use Asterisk::AGI;
use lib "/var/lib/asterisk/agi-bin";
$AGI = new Asterisk::AGI;
$typ = $AGI->get_variable('agi_type');

$typ don't have SIP or IAX, same test without succes:
$typ = $AGI->get_variable('type');

anyone know this problems ?

thanks
Olivier

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to