Roy Sigurd Karlsbakk skrev:
hi
moving to 1.2, lots of applications has been replaced by functions,
and in svn trunk these apps are also removed. how can i use functions
with perl agi?
roy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.1.0/269 - Release Date: 24-02-2006
Hi,
It's more simple than you may think. If 1.st arg to get_variable or
set_variable ends with a ')' then it's assumed to be a function
example:
$AGI->set_variable('CALLERID(number)','4722123456');
my $recvip=$AGI->get_variable("SIPCHANINFO(recvip)");
br.
Freddi