@ISA = qw(FS::part_pkg);
-$DEBUG = 0;
+$DEBUG = 1;
%info = (
'name' => 'VoIP rating by plan of CDR records in an SQL RADIUS radacct table',
$countrycode = '1';
}
+ warn "rating call to +$countrycode $dest" if $DEBUG;
+
#find a rate prefix, first look at most specific (4 digits) then 3, etc.,
# finally trying the country code only
my $rate_prefix = '';
unless ( $rate_prefix ) {
if ( $self->option('ignore_unrateable') ) {
+ warn " skipping unrateable call to +$countrycode $dest";
next;
} else {
die "Can't find rate for call to +$countrycode $dest\n"
'dest_regionnum' => $regionnum,
} );
+ warn " found rate for regionnum $regionnum ".
+ "and rate detail $rate_detail"
+ if $DEBUG;
+
###
# find the price and add detail to the invoice
###
$charges += $charge;
}
+ warn " adding details on charge to invoice: ".
+ join(' - ',
+ "+$countrycode $dest",
+ $rate_prefix->rate_region->regionname,
+ $minutes.'m',
+ '$'.$charge,
+ )
+ if $DEBUG;
+
push @$details,
#[
join(' - ',