Displaying 1 result from an estimated 1 matches for "lastapparg".
2003 Aug 02
0
Webalizer for CDR logs....
...t; "Aug",
"09" => "Sep",
"10" => "Oct",
"11" => "Nov",
"12" => "Dec"
);
foreach $line (@data) {
chomp($line);
my($acctcode, $src, $dest, $destcontext, $callerid, $chan, $destchan, $lastapp, $lastapparg, $start, $answer, $end, $duration, $billable, $disposition, $amaflags, $uniqueid) = split(",",$line);
# lets clean this up a bit
$dest =~ s/\"//g;
$src =~ s/\"//g;
$start =~ s/\"//g;
$disposition =~ s/\"//g;
$destcontext =~ s/\"//g;
# not sure but we will c...