handle domestic_prefix of 0, RT#11390
[freeside.git] / FS / FS / part_pkg / voip_cdr.pm
1 package FS::part_pkg::voip_cdr;
2
3 use strict;
4 use vars qw(@ISA $DEBUG %info);
5 use Date::Format;
6 use Tie::IxHash;
7 use FS::Conf;
8 use FS::Record qw(qsearchs qsearch);
9 use FS::part_pkg::recur_Common;
10 use FS::cdr;
11 use FS::rate;
12 use FS::rate_prefix;
13 use FS::rate_detail;
14 use FS::part_pkg::recur_Common;
15
16 use List::Util qw(first min);
17
18 @ISA = qw(FS::part_pkg::recur_Common);
19
20 $DEBUG = 0;
21
22 tie my %cdr_svc_method, 'Tie::IxHash',
23   'svc_phone.phonenum' => 'Phone numbers (svc_phone.phonenum)',
24   'svc_pbx.title'      => 'PBX name (svc_pbx.title)',
25   'svc_pbx.svcnum'     => 'Freeside service # (svc_pbx.svcnum)',
26 ;
27
28 tie my %rating_method, 'Tie::IxHash',
29   'prefix' => 'Rate calls by using destination prefix to look up a region and rate according to the internal prefix and rate tables',
30 #  'upstream' => 'Rate calls based on upstream data: If the call type is "1", map the upstream rate ID directly to an internal rate (rate_detail), otherwise, pass the upstream price through directly.',
31   'upstream_simple' => 'Simply pass through and charge the "upstream_price" amount.',
32   'single_price' => 'A single price per minute for all calls.',
33 ;
34
35 #tie my %cdr_location, 'Tie::IxHash',
36 #  'internal' => 'Internal: CDR records imported into the internal CDR table',
37 #  'external' => 'External: CDR records queried directly from an external '.
38 #                'Asterisk (or other?) CDR table',
39 #;
40
41 tie my %temporalities, 'Tie::IxHash',
42   'upcoming'  => "Upcoming (future)",
43   'preceding' => "Preceding (past)",
44 ;
45
46 tie my %granularity, 'Tie::IxHash', FS::rate_detail::granularities();
47
48 %info = (
49   'name' => 'VoIP rating by plan of CDR records in an internal (or external) SQL table',
50   'shortname' => 'VoIP/telco CDR rating (standard)',
51   'inherit_fields' => [ 'global_Mixin' ],
52   'fields' => {
53     #false laziness w/flat.pm
54     'recur_temporality' => { 'name' => 'Charge recurring fee for period',
55                              'type' => 'select',
56                              'select_options' => \%temporalities,
57                            },
58
59     'cutoff_day'    => { 'name' => 'Billing Day (1 - 28) for prorating or '.
60                                    'subscription',
61                          'default' => '1',
62                        },
63     'add_full_period'=> { 'name' => 'When prorating first month, also bill '.
64                                     'for one full period after that',
65                           'type' => 'checkbox',
66                         },
67     'recur_method'  => { 'name' => 'Recurring fee method',
68                          #'type' => 'radio',
69                          #'options' => \%recur_method,
70                          'type' => 'select',
71                          'select_options' => \%FS::part_pkg::recur_Common::recur_method,
72                        },
73
74     'cdr_svc_method' => { 'name' => 'CDR service matching method',
75                           'type' => 'radio',
76                           'options' => \%cdr_svc_method,
77                         },
78
79     'rating_method' => { 'name' => 'Rating method',
80                          'type' => 'radio',
81                          'options' => \%rating_method,
82                        },
83
84     'ratenum'   => { 'name' => 'Rate plan',
85                      'type' => 'select',
86                      'select_table' => 'rate',
87                      'select_key'   => 'ratenum',
88                      'select_label' => 'ratename',
89                    },
90
91     'min_included' => { 'name' => 'Minutes included when using the "single price per minute" rating method or when using the "prefix" rating method ("region group" billing)',
92                     },
93
94     'min_charge' => { 'name' => 'Charge per minute when using "single price per minute" rating method',
95                     },
96
97     'sec_granularity' => { 'name' => 'Granularity when using "single price per minute" rating method',
98                            'type' => 'select',
99                            'select_options' => \%granularity,
100                          },
101
102     'ignore_unrateable' => { 'name' => 'Ignore calls without a rate in the rate tables.  By default, the system will throw a fatal error upon encountering unrateable calls.',
103                              'type' => 'checkbox',
104                            },
105
106     'default_prefix' => { 'name'    => 'Default prefix optionally prepended to customer DID numbers when searching for CDR records',
107                           'default' => '+1',
108                         },
109
110     'disable_src' => { 'name' => 'Disable rating of CDR records based on the "src" field in addition to "charged_party"',
111                        'type' => 'checkbox'
112                      },
113
114     'domestic_prefix' => { 'name'    => 'Destination prefix for domestic CDR records',
115                            'default' => '1',
116                          },
117
118 #    'domestic_prefix_required' => { 'name' => 'Require explicit destination prefix for domestic CDR records',
119 #                                    'type' => 'checkbox',
120 #                                  },
121
122     'international_prefix' => { 'name'    => 'Destination prefix for international CDR records',
123                                 'default' => '011',
124                               },
125
126     'disable_tollfree' => { 'name' => 'Disable automatic toll-free processing',
127                             'type' => 'checkbox',
128                           },
129
130     'use_amaflags' => { 'name' => 'Do not charge for CDRs where the amaflags field is not set to "2" ("BILL"/"BILLING").',
131                         'type' => 'checkbox',
132                       },
133
134     'use_disposition' => { 'name' => 'Do not charge for CDRs where the disposition flag is not set to "ANSWERED".',
135                            'type' => 'checkbox',
136                          },
137
138     'use_disposition_taqua' => { 'name' => 'Do not charge for CDRs where the disposition is not set to "100" (Taqua).',
139                                  'type' => 'checkbox',
140                                },
141
142     'use_carrierid' => { 'name' => 'Do not charge for CDRs where the Carrier ID is not set to: ',
143                          },
144
145     'use_cdrtypenum' => { 'name' => 'Do not charge for CDRs where the CDR Type is not set to: ',
146                          },
147
148     'skip_dst_prefix' => { 'name' => 'Do not charge for CDRs where the destination number starts with any of these values: ',
149     },
150
151     'skip_dcontext' => { 'name' => 'Do not charge for CDRs where the dcontext is set to any of these (comma-separated) values: ',
152                        },
153
154     'skip_dstchannel_prefix' => { 'name' => 'Do not charge for CDRs where the dstchannel starts with:',
155                                 },
156
157     'skip_src_length_more' => { 'name' => 'Do not charge for CDRs where the source is more than this many digits:',
158                               },
159
160     'noskip_src_length_accountcode_tollfree' => { 'name' => 'Do charge for CDRs where source is equal or greater than the specified digits, when accountcode is toll free',
161                                                   'type' => 'checkbox',
162                                                 },
163
164     'accountcode_tollfree_ratenum' => {
165       'name' => 'Optional alternate rate plan when accountcode is toll free: ',
166       'type' => 'select',
167       'select_table'  => 'rate',
168       'select_key'    => 'ratenum',
169       'select_label'  => 'ratename',
170       'disable_empty' => 0,
171       'empty_label'   => '',
172     },
173
174     'skip_dst_length_less' => { 'name' => 'Do not charge for CDRs where the destination is less than this many digits:',
175                               },
176
177     'noskip_dst_length_accountcode_tollfree' => { 'name' => 'Do charge for CDRs where dst is less than the specified digits, when accountcode is toll free',
178                                                   'type' => 'checkbox',
179                                                 },
180
181     'skip_lastapp' => { 'name' => 'Do not charge for CDRs where the lastapp matches this value: ',
182                       },
183
184     'skip_max_callers' => { 'name' => 'Do not charge for CDRs where max_callers is less than or equal to this value: ',
185                           },
186
187     'use_duration'   => { 'name' => 'Calculate usage based on the duration field instead of the billsec field',
188                           'type' => 'checkbox',
189                         },
190
191     '411_rewrite' => { 'name' => 'Rewrite these (comma-separated) destination numbers to 411 for rating purposes (also ignore any carrierid check): ',
192                       },
193
194     #false laziness w/cdr_termination.pm
195     'output_format' => { 'name' => 'CDR invoice display format',
196                          'type' => 'select',
197                          'select_options' => { FS::cdr::invoice_formats() },
198                          'default'        => 'default', #XXX test
199                        },
200
201     'usage_section' => { 'name' => 'Section in which to place usage charges (whether separated or not): ',
202                        },
203
204     'summarize_usage' => { 'name' => 'Include usage summary with recurring charges when usage is in separate section',
205                           'type' => 'checkbox',
206                         },
207
208     'usage_mandate' => { 'name' => 'Always put usage details in separate section',
209                           'type' => 'checkbox',
210                        },
211     #eofalse
212
213     'bill_every_call' => { 'name' => 'Generate an invoice immediately for every call (as well any setup fee, upon first payment).  Useful for prepaid.',
214                            'type' => 'checkbox',
215                          },
216
217     'bill_inactive_svcs' => { 'name' => 'Bill for all phone numbers that were active during the billing period',
218                               'type' => 'checkbox',
219                             },
220
221     'count_available_phones' => { 'name' => 'Consider for tax purposes the number of lines to be svc_phones that may be provisioned rather than those that actually are.',
222                            'type' => 'checkbox',
223                          },
224
225     #XXX also have option for an external db
226 #    'cdr_location' => { 'name' => 'CDR database location'
227 #                        'type' => 'select',
228 #                        'select_options' => \%cdr_location,
229 #                        'select_callback' => {
230 #                          'external' => {
231 #                            'enable' => [ 'datasrc', 'username', 'password' ],
232 #                          },
233 #                          'internal' => {
234 #                            'disable' => [ 'datasrc', 'username', 'password' ],
235 #                          }
236 #                        },
237 #                      },
238 #    'datasrc' => { 'name' => 'DBI data source for external CDR table',
239 #                   'disabled' => 'Y',
240 #                 },
241 #    'username' => { 'name' => 'External database username',
242 #                    'disabled' => 'Y',
243 #                  },
244 #    'password' => { 'name' => 'External database password',
245 #                    'disabled' => 'Y',
246 #                  },
247
248   },
249   'fieldorder' => [qw(
250                        recur_temporality
251                        recur_method cutoff_day
252                        add_full_period
253                        cdr_svc_method
254                        rating_method ratenum min_charge min_included
255                        sec_granularity
256                        ignore_unrateable
257                        default_prefix
258                        disable_src
259                        domestic_prefix international_prefix
260                        disable_tollfree
261                        use_amaflags use_disposition
262                        use_disposition_taqua use_carrierid use_cdrtypenum
263                        skip_dcontext skip_dst_prefix 
264                        skip_dstchannel_prefix skip_src_length_more 
265                        noskip_src_length_accountcode_tollfree
266                        accountcode_tollfree_ratenum
267                        skip_dst_length_less
268                        noskip_dst_length_accountcode_tollfree
269                        skip_lastapp
270                        skip_max_callers
271                        use_duration
272                        411_rewrite
273                        output_format usage_mandate summarize_usage usage_section
274                        bill_every_call bill_inactive_svcs
275                        count_available_phones
276                      )
277                   ],
278   'weight' => 40,
279 );
280
281 sub calc_setup {
282   my($self, $cust_pkg ) = @_;
283   $self->option('setup_fee');
284 }
285
286 sub calc_recur {
287   my $self = shift;
288   my($cust_pkg, $sdate, $details, $param ) = @_;
289
290   my $charges = 0;
291
292   $charges += $self->calc_usage(@_);
293   $charges += $self->calc_recur_Common(@_);
294
295   $charges;
296
297 }
298
299 sub calc_cancel {
300   my $self = shift;
301   my($cust_pkg, $sdate, $details, $param ) = @_;
302
303   $self->calc_usage(@_);
304 }
305
306 #false laziness w/voip_sqlradacct calc_recur resolve it if that one ever gets used again
307
308 sub calc_usage {
309   my $self = shift;
310   my($cust_pkg, $sdate, $details, $param ) = @_;
311
312   #my $last_bill = $cust_pkg->last_bill;
313   my $last_bill = $cust_pkg->get('last_bill'); #->last_bill falls back to setup
314
315   return 0
316     if $self->option('recur_temporality', 1) eq 'preceding'
317     && ( $last_bill eq '' || $last_bill == 0 );
318
319   my $ratenum = $cust_pkg->part_pkg->option('ratenum');
320
321   my $spool_cdr = $cust_pkg->cust_main->spool_cdr;
322
323   my %included_min = ();
324
325   my $charges = 0;
326
327 #  my $downstream_cdr = '';
328
329   my $cdr_svc_method    = $self->option('cdr_svc_method',1)||'svc_phone.phonenum';
330   my $rating_method     = $self->option('rating_method') || 'prefix';
331   my $intl              = $self->option('international_prefix') || '011';
332   my $domestic_prefix   = $self->option('domestic_prefix');
333   my $disable_tollfree  = $self->option('disable_tollfree');
334   my $ignore_unrateable = $self->option('ignore_unrateable', 'Hush!');
335   my $use_duration      = $self->option('use_duration');
336   my $region_group      = ($rating_method eq 'prefix' && ($self->option('min_included') || 0) > 0);
337   my $region_group_included_min = $region_group ? $self->option('min_included') : 0;
338
339   my $output_format     = $self->option('output_format', 'Hush!')
340                           || ( $rating_method eq 'upstream_simple'
341                                  ? 'simple'
342                                  : 'default'
343                              );
344
345   my @dirass = ();
346   if ( $self->option('411_rewrite') ) {
347     my $dirass = $self->option('411_rewrite');
348     $dirass =~ s/\s//g;
349     @dirass = split(',', $dirass);
350   }
351
352   my %interval_cache = (); # for timed rates
353
354   #for check_chargable, so we don't keep looking up options inside the loop
355   my %opt_cache = ();
356
357   eval "use Text::CSV_XS;";
358   die $@ if $@;
359   my $csv = new Text::CSV_XS;
360
361   my($svc_table, $svc_field) = split('\.', $cdr_svc_method);
362
363   my @cust_svc;
364   if( $self->option('bill_inactive_svcs',1) ) {
365     #XXX in this mode do we need to restrict the set of CDRs by date also?
366     @cust_svc = $cust_pkg->h_cust_svc($$sdate, $last_bill);
367   }
368   else {
369     @cust_svc = $cust_pkg->cust_svc;
370   }
371   @cust_svc = grep { $_->part_svc->svcdb eq $svc_table } @cust_svc;
372
373   foreach my $cust_svc (@cust_svc) {
374
375     my $svc_x;
376     if( $self->option('bill_inactive_svcs',1) ) {
377       $svc_x = $cust_svc->h_svc_x($$sdate, $last_bill);
378     }
379     else {
380       $svc_x = $cust_svc->svc_x;
381     }
382     my %options = (
383         'disable_src'    => $self->option('disable_src'),
384         'default_prefix' => $self->option('default_prefix'),
385         'status'         => '',
386         'for_update'     => 1,
387       );  # $last_bill, $$sdate )
388     $options{'by_svcnum'} = 1 if $svc_field eq 'svcnum';
389
390     my @invoice_details_sort;
391
392     foreach my $cdr (
393       $svc_x->get_cdrs( %options )
394     ) {
395       if ( $DEBUG > 1 ) {
396         warn "rating CDR $cdr\n".
397              join('', map { "  $_ => ". $cdr->{$_}. "\n" } keys %$cdr );
398       }
399
400       my $rate_detail;
401       my( $rate_region, $regionnum );
402       my $rate;
403       my $pretty_destnum;
404       my $charge = '';
405       my $seconds = '';
406       my $weektime = '';
407       my $regionname = '';
408       my $classnum = '';
409       my $countrycode;
410       my $number;
411
412       my @call_details = ();
413       if ( $rating_method eq 'prefix' ) {
414
415         my $da_rewrote = 0;
416         if ( length($cdr->dst) && grep { $cdr->dst eq $_ } @dirass ){
417           $cdr->dst('411');
418           $da_rewrote = 1;
419         }
420
421         my $reason = $self->check_chargable( $cdr,
422                                              'da_rewrote'   => $da_rewrote,
423                                              'option_cache' => \%opt_cache,
424                                            );
425
426         if ( $reason ) {
427
428           warn "not charging for CDR ($reason)\n" if $DEBUG;
429           $charge = 0;
430
431         } else {
432           
433           ###
434           # look up rate details based on called station id
435           # (or calling station id for toll free calls)
436           ###
437
438           my( $to_or_from );
439           if ( $cdr->is_tollfree && ! $disable_tollfree )
440           { #tollfree call
441             $to_or_from = 'from';
442             $number = $cdr->src;
443           } else { #regular call
444             $to_or_from = 'to';
445             $number = $cdr->dst;
446           }
447
448           warn "parsing call $to_or_from $number\n" if $DEBUG;
449
450           #remove non-phone# stuff and whitespace
451           $number =~ s/\s//g;
452 #          my $proto = '';
453 #          $dest =~ s/^(\w+):// and $proto = $1; #sip:
454 #          my $siphost = '';
455 #          $dest =~ s/\@(.*)$// and $siphost = $1; # @10.54.32.1, @sip.example.com
456
457           #determine the country code
458           $countrycode = '';
459           if (    $number =~ /^$intl(((\d)(\d))(\d))(\d+)$/
460                || $number =~ /^\+(((\d)(\d))(\d))(\d+)$/
461              )
462           {
463
464             my( $three, $two, $one, $u1, $u2, $rest ) = ( $1,$2,$3,$4,$5,$6 );
465             #first look for 1 digit country code
466             if ( qsearch('rate_prefix', { 'countrycode' => $one } ) ) {
467               $countrycode = $one;
468               $number = $u1.$u2.$rest;
469             } elsif ( qsearch('rate_prefix', { 'countrycode' => $two } ) ) { #or 2
470               $countrycode = $two;
471               $number = $u2.$rest;
472             } else { #3 digit country code
473               $countrycode = $three;
474               $number = $rest;
475             }
476
477           } else {
478             $countrycode = length($domestic_prefix) ? $domestic_prefix : '1';
479             $number =~ s/^$countrycode//;# if length($number) > 10;
480           }
481
482           warn "rating call $to_or_from +$countrycode $number\n" if $DEBUG;
483           $pretty_destnum = "+$countrycode $number";
484           #asterisks here causes inserting the detail to barf, so:
485           $pretty_destnum =~ s/\*//g;
486
487           my $eff_ratenum = $cdr->is_tollfree('accountcode')
488             ? $cust_pkg->part_pkg->option('accountcode_tollfree_ratenum')
489             : '';
490           $eff_ratenum ||= $ratenum;
491           $rate = qsearchs('rate', { 'ratenum' => $eff_ratenum })
492             or die "ratenum $eff_ratenum not found!";
493
494           my @ltime = localtime($cdr->startdate);
495           $weektime = $ltime[0] + 
496                       $ltime[1]*60 +   #minutes
497                       $ltime[2]*3600 + #hours
498                       $ltime[6]*86400; #days since sunday
499           # if there's no timed rate_detail for this time/region combination,
500           # dest_detail returns the default.  There may still be a timed rate 
501           # that applies after the starttime of the call, so be careful...
502           $rate_detail = $rate->dest_detail({ 'countrycode' => $countrycode,
503                                               'phonenum'    => $number,
504                                               'weektime'    => $weektime,
505                                               'cdrtypenum'  => $cdr->cdrtypenum,
506                                             });
507
508           if ( $rate_detail ) {
509
510             $rate_region = $rate_detail->dest_region;
511             $regionnum = $rate_region->regionnum;
512             $regionname = $rate_region->regionname;
513             warn "  found rate for regionnum $regionnum ".
514                  "and rate detail $rate_detail\n"
515               if $DEBUG;
516
517             if ( !exists($interval_cache{$regionnum}) ) {
518               my @intervals = (
519                 sort { $a->stime <=> $b->stime }
520                 map { my $r = $_->rate_time; $r ? $r->intervals : () }
521                 $rate->rate_detail
522               );
523               $interval_cache{$regionnum} = \@intervals;
524               warn "  cached ".scalar(@intervals)." interval(s)\n"
525                 if $DEBUG;
526             }
527
528           } elsif ( $ignore_unrateable ) {
529
530             $rate_region = '';
531             $regionnum = '';
532             #code below will throw a warning & skip
533
534           } else {
535
536             die "FATAL: no rate_detail found in ".
537                 $rate->ratenum. ":". $rate->ratename. " rate plan ".
538                 "for +$countrycode $number (CDR acctid ". $cdr->acctid. "); ".
539                 "add a rate or set ignore_unrateable flag on the package def\n";
540           }
541
542         }
543
544       } elsif ( $rating_method eq 'upstream_simple' ) {
545
546         #XXX $charge = sprintf('%.2f', $cdr->upstream_price);
547         $charge = sprintf('%.3f', $cdr->upstream_price);
548         $charges += $charge;
549         warn "Incrementing \$charges by $charge.  Now $charges\n" if $DEBUG;
550
551         @call_details = ($cdr->downstream_csv( 'format' => $output_format,
552                                                'charge' => $charge,
553                                              )
554                         );
555         $classnum = $cdr->calltypenum;
556
557       } elsif ( $rating_method eq 'single_price' ) {
558
559         # a little false laziness w/below
560         # $rate_detail = new FS::rate_detail({sec_granularity => ... }) ?
561
562         my $granularity = length($self->option('sec_granularity'))
563                             ? $self->option('sec_granularity')
564                             : 60;
565
566         $seconds = $use_duration ? $cdr->duration : $cdr->billsec;
567
568         $seconds += $granularity - ( $seconds % $granularity )
569           if $seconds      # don't granular-ize 0 billsec calls (bills them)
570           && $granularity  # 0 is per call
571           && $seconds % $granularity;
572         my $minutes = $granularity ? ($seconds / 60) : 1;
573         $charge = sprintf('%.4f', ( $self->option('min_charge') * $minutes )
574                                   + 0.0000000001 ); #so 1.00005 rounds to 1.0001
575
576         warn "Incrementing \$charges by $charge.  Now $charges\n" if $DEBUG;
577         $charges += $charge;
578
579         @call_details = ($cdr->downstream_csv( 'format'  => $output_format,
580                                                'charge'  => $charge,
581                                                'seconds' => ($use_duration ? 
582                                                              $cdr->duration : 
583                                                              $cdr->billsec),
584                                                'granularity' => $granularity,
585                                              )
586                         );
587
588       } else {
589         die "don't know how to rate CDRs using method: $rating_method\n";
590       }
591
592       ###
593       # find the price and add detail to the invoice
594       ###
595
596       # if $rate_detail is not found, skip this CDR... i.e. 
597       # don't add it to invoice, don't set its status to done,
598       # don't call downstream_csv or something on it...
599       # but DO emit a warning...
600       #if ( ! $rate_detail && ! scalar(@call_details) ) {}
601       if ( ! $rate_detail && $charge eq '' ) {
602
603         warn "no rate_detail found for CDR.acctid: ". $cdr->acctid.
604              "; skipping\n"
605
606       } else { # there *is* a rate_detail (or call_details), proceed...
607         # About this section:
608         # We don't round _anything_ (except granularizing) 
609         # until the final $charge = sprintf("%.2f"...).
610
611         unless ( @call_details || ( $charge ne '' && $charge == 0 ) ) {
612
613           my $seconds_left = $use_duration ? $cdr->duration : $cdr->billsec;
614           # charge for the first (conn_sec) seconds
615           $seconds = min($seconds_left, $rate_detail->conn_sec);
616           $seconds_left -= $seconds; 
617           $weektime     += $seconds;
618           $charge = $rate_detail->conn_charge; 
619
620           my $etime;
621           while($seconds_left) {
622             my $ratetimenum = $rate_detail->ratetimenum; # may be empty
623
624             # find the end of the current rate interval
625             if(@{ $interval_cache{$regionnum} } == 0) {
626               # There are no timed rates in this group, so just stay 
627               # in the default rate_detail for the entire duration.
628               # Set an "end" of 1 past the end of the current call.
629               $etime = $weektime + $seconds_left + 1;
630             } 
631             elsif($ratetimenum) {
632               # This is a timed rate, so go to the etime of this interval.
633               # If it's followed by another timed rate, the stime of that 
634               # interval should match the etime of this one.
635               my $interval = $rate_detail->rate_time->contains($weektime);
636               $etime = $interval->etime;
637             }
638             else {
639               # This is a default rate, so use the stime of the next 
640               # interval in the sequence.
641               my $next_int = first { $_->stime > $weektime } 
642                               @{ $interval_cache{$regionnum} };
643               if ($next_int) {
644                 $etime = $next_int->stime;
645               }
646               else {
647                 # weektime is near the end of the week, so decrement 
648                 # it by a full week and use the stime of the first 
649                 # interval.
650                 $weektime -= (3600*24*7);
651                 $etime = $interval_cache{$regionnum}->[0]->stime;
652               }
653             }
654
655             my $charge_sec = min($seconds_left, $etime - $weektime);
656
657             $seconds_left -= $charge_sec;
658
659             $included_min{$regionnum}{$ratetimenum} = $rate_detail->min_included
660               unless exists $included_min{$regionnum}{$ratetimenum};
661
662             my $granularity = $rate_detail->sec_granularity;
663
664             my $minutes;
665             if ( $granularity ) { # charge per minute
666               # Round up to the nearest $granularity
667               if ( $charge_sec and $charge_sec % $granularity ) {
668                 $charge_sec += $granularity - ($charge_sec % $granularity);
669               }
670               $minutes = $charge_sec / 60; #don't round this
671             }
672             else { # per call
673               $minutes = 1;
674               $seconds_left = 0;
675             }
676
677             $seconds += $charge_sec;
678
679             $region_group_included_min -= $minutes if $region_group;
680
681             $included_min{$regionnum}{$ratetimenum} -= $minutes;
682             if ( $region_group_included_min <= 0
683                           && $included_min{$regionnum}{$ratetimenum} <= 0 ) {
684               my $charge_min = 0 - $included_min{$regionnum}{$ratetimenum}; #XXX should preserve
685                                                               #(display?) this
686               $included_min{$regionnum}{$ratetimenum} = 0;
687               $charge += ($rate_detail->min_charge * $charge_min); #still not rounded
688             }
689
690             # choose next rate_detail
691             $rate_detail = $rate->dest_detail({ 'countrycode' => $countrycode,
692                                                 'phonenum'    => $number,
693                                                 'weektime'    => $etime,
694                                                 'cdrtypenum'  => $cdr->cdrtypenum })
695                     if($seconds_left);
696             # we have now moved forward to $etime
697             $weektime = $etime;
698
699           } #while $seconds_left
700           # this is why we need regionnum/rate_region....
701           warn "  (rate region $rate_region)\n" if $DEBUG;
702
703           $classnum = $rate_detail->classnum;
704           $charge = sprintf('%.2f', $charge + 0.000001); # NOW round it.
705           warn "Incrementing \$charges by $charge.  Now $charges\n" if $DEBUG;
706           $charges += $charge;
707
708           @call_details = (
709             $cdr->downstream_csv( 'format'         => $output_format,
710                                   'granularity'    => $rate_detail->sec_granularity, 
711                                   'seconds'        => ($use_duration ?
712                                                        $cdr->duration :
713                                                        $cdr->billsec),
714                                   'charge'         => $charge,
715                                   'pretty_dst'     => $pretty_destnum,
716                                   'dst_regionname' => $regionname,
717                                 )
718           );
719         } #if(there is a rate_detail)
720  
721
722         if ( $charge > 0 ) {
723           #just use FS::cust_bill_pkg_detail objects?
724           my $call_details;
725           my $phonenum = $svc_x->phonenum;
726
727           if ( scalar(@call_details) == 1 ) {
728             $call_details =
729               [ 'C',
730                 $call_details[0],
731                 $charge,
732                 $classnum,
733                 $phonenum,
734                 $seconds,
735                 $regionname,
736               ];
737           } else { #only used for $rating_method eq 'upstream' now
738             $csv->combine(@call_details);
739             $call_details =
740               [ 'C',
741                 $csv->string,
742                 $charge,
743                 $classnum,
744                 $phonenum,
745                 $seconds,
746                 $regionname,
747               ];
748           }
749           warn "  adding details on charge to invoice: [ ".
750               join(', ', @{$call_details} ). " ]"
751             if ( $DEBUG && ref($call_details) );
752           push @invoice_details_sort, [ $call_details, $cdr->calldate_unix ];
753         }
754
755         # if the customer flag is on, call "downstream_csv" or something
756         # like it to export the call downstream!
757         # XXX price plan option to pick format, or something...
758         #$downstream_cdr .= $cdr->downstream_csv( 'format' => 'XXX format' )
759         #  if $spool_cdr;
760
761         my $error = $cdr->set_status_and_rated_price( 'done',
762                                                       $charge,
763                                                       $cust_svc->svcnum,
764                                                     );
765         die $error if $error;
766
767       }
768
769     } # $cdr
770  
771     my @sorted_invoice_details = sort { @{$a}[1] <=> @{$b}[1] } @invoice_details_sort;
772     foreach my $sorted_call_detail ( @sorted_invoice_details ) {
773         push @$details, @{$sorted_call_detail}[0];
774     }
775
776   } # $cust_svc
777
778   unshift @$details, [ 'C',
779                        FS::cdr::invoice_header($output_format),
780                        '',
781                        '',
782                        '',
783                        '',
784                        '',
785                      ]
786     if @$details && $rating_method ne 'upstream';
787
788 #  if ( $spool_cdr && length($downstream_cdr) ) {
789 #
790 #    use FS::UID qw(datasrc);
791 #    my $dir = '/usr/local/etc/freeside/export.'. datasrc. '/cdr';
792 #    mkdir $dir, 0700 unless -d $dir;
793 #    $dir .= '/'. $cust_pkg->custnum.
794 #    mkdir $dir, 0700 unless -d $dir;
795 #    my $filename = time2str("$dir/CDR%Y%m%d-spool.CSV", time); #XXX invoice date instead?  would require changing the order things are generated in cust_main::bill insert cust_bill first - with transactions it could be done though
796 #
797 #    push @{ $param->{'precommit_hooks'} },
798 #         sub {
799 #               #lock the downstream spool file and append the records 
800 #               use Fcntl qw(:flock);
801 #               use IO::File;
802 #               my $spool = new IO::File ">>$filename"
803 #                 or die "can't open $filename: $!\n";
804 #               flock( $spool, LOCK_EX)
805 #                 or die "can't lock $filename: $!\n";
806 #               seek($spool, 0, 2)
807 #                 or die "can't seek to end of $filename: $!\n";
808 #               print $spool $downstream_cdr;
809 #               flock( $spool, LOCK_UN );
810 #               close $spool;
811 #             };
812 #
813 #  } #if ( $spool_cdr && length($downstream_cdr) )
814
815   $charges;
816 }
817
818 #returns a reason why not to rate this CDR, or false if the CDR is chargeable
819 sub check_chargable {
820   my( $self, $cdr, %flags ) = @_;
821
822   #should have some better way of checking these options from a hash
823   #or something
824
825   my @opt = qw(
826     use_amaflags
827     use_disposition
828     use_disposition_taqua
829     use_carrierid
830     use_cdrtypenum
831     skip_dst_prefix
832     skip_dcontext
833     skip_dstchannel_prefix
834     skip_src_length_more noskip_src_length_accountcode_tollfree
835     skip_dst_length_less noskip_dst_length_accountcode_tollfree
836     skip_lastapp
837     skip_max_callers
838   );
839   foreach my $opt (grep !exists($flags{option_cache}->{$_}), @opt ) {
840     $flags{option_cache}->{$opt} = $self->option($opt, 1);
841   }
842   my %opt = %{ $flags{option_cache} };
843
844   return 'amaflags != 2'
845     if $opt{'use_amaflags'} && $cdr->amaflags != 2;
846
847   return 'disposition != ANSWERED'
848     if $opt{'use_disposition'} && $cdr->disposition ne 'ANSWERED';
849
850   return "disposition != 100"
851     if $opt{'use_disposition_taqua'} && $cdr->disposition != 100;
852
853   return "carrierid != $opt{'use_carrierid'}"
854     if length($opt{'use_carrierid'})
855     && $cdr->carrierid ne $opt{'use_carrierid'} #ne otherwise 0 matches ''
856     && ! $flags{'da_rewrote'};
857
858   return "cdrtypenum != $opt{'use_cdrtypenum'}"
859     if length($opt{'use_cdrtypenum'})
860     && $cdr->cdrtypenum ne $opt{'use_cdrtypenum'}; #ne otherwise 0 matches ''
861
862   foreach(split(',',$opt{'skip_dst_prefix'})) {
863     return "dst starts with '$_'"
864     if length($_) && substr($cdr->dst,0,length($_)) eq $_;
865   }
866
867   return "dcontext IN ( $opt{'skip_dcontext'} )"
868     if $opt{'skip_dcontext'} =~ /\S/
869     && grep { $cdr->dcontext eq $_ } split(/\s*,\s*/, $opt{'skip_dcontext'});
870
871   my $len_prefix = length($opt{'skip_dstchannel_prefix'});
872   return "dstchannel starts with $opt{'skip_dstchannel_prefix'}"
873     if $len_prefix
874     && substr($cdr->dstchannel,0,$len_prefix) eq $opt{'skip_dstchannel_prefix'};
875
876   my $dst_length = $opt{'skip_dst_length_less'};
877   return "destination less than $dst_length digits"
878     if $dst_length && length($cdr->dst) < $dst_length
879     && ! ( $opt{'noskip_dst_length_accountcode_tollfree'}
880             && $cdr->is_tollfree('accountcode')
881          );
882
883   return "lastapp is $opt{'skip_lastapp'}"
884     if length($opt{'skip_lastapp'}) && $cdr->lastapp eq $opt{'skip_lastapp'};
885
886   my $src_length = $opt{'skip_src_length_more'};
887   if ( $src_length ) {
888
889     if ( $opt{'noskip_src_length_accountcode_tollfree'} ) {
890
891       if ( $cdr->is_tollfree('accountcode') ) {
892         return "source less than or equal to $src_length digits"
893           if length($cdr->src) <= $src_length;
894       } else {
895         return "source more than $src_length digits"
896           if length($cdr->src) > $src_length;
897       }
898
899     } else {
900       return "source more than $src_length digits"
901         if length($cdr->src) > $src_length;
902     }
903
904   }
905
906   return "max_callers <= $opt{skip_max_callers}"
907     if length($opt{'skip_max_callers'})
908       and length($cdr->max_callers)
909       and $cdr->max_callers <= $opt{'skip_max_callers'};
910
911   #all right then, rate it
912   '';
913 }
914
915 sub is_free {
916   0;
917 }
918
919 #  This equates svc_phone records; perhaps svc_phone should have a field
920 #  to indicate it represents a line
921 sub calc_units {    
922   my($self, $cust_pkg ) = @_;
923   my $count = 0;
924   if ( $self->option('count_available_phones', 1)) {
925     map { $count += ( $_->quantity || 0 ) }
926       grep { $_->part_svc->svcdb eq 'svc_phone' }
927       $cust_pkg->part_pkg->pkg_svc;
928   } else {
929     $count = 
930       scalar(grep { $_->part_svc->svcdb eq 'svc_phone' } $cust_pkg->cust_svc);
931   }
932   $count;
933 }
934
935 1;
936