invoices with details in separate section but usage not separated
[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 @ISA = qw(FS::part_pkg::recur_Common);
17
18 $DEBUG = 0;
19
20 tie my %rating_method, 'Tie::IxHash',
21   'prefix' => 'Rate calls by using destination prefix to look up a region and rate according to the internal prefix and rate tables',
22 #  '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.',
23   'upstream_simple' => 'Simply pass through and charge the "upstream_price" amount.',
24   'single_price' => 'A single price per minute for all calls.',
25 ;
26
27 #tie my %cdr_location, 'Tie::IxHash',
28 #  'internal' => 'Internal: CDR records imported into the internal CDR table',
29 #  'external' => 'External: CDR records queried directly from an external '.
30 #                'Asterisk (or other?) CDR table',
31 #;
32
33 tie my %temporalities, 'Tie::IxHash',
34   'upcoming'  => "Upcoming (future)",
35   'preceding' => "Preceding (past)",
36 ;
37
38 tie my %granularity, 'Tie::IxHash', FS::rate_detail::granularities();
39
40 %info = (
41   'name' => 'VoIP rating by plan of CDR records in an internal (or external) SQL table',
42   'shortname' => 'VoIP/telco CDR rating (standard)',
43   'fields' => {
44     'setup_fee'     => { 'name' => 'Setup fee for this package',
45                          'default' => 0,
46                        },
47     'recur_fee'     => { 'name' => 'Base recurring fee for this package',
48                          'default' => 0,
49                        },
50
51     #false laziness w/flat.pm
52     'recur_temporality' => { 'name' => 'Charge recurring fee for period',
53                              'type' => 'select',
54                              'select_options' => \%temporalities,
55                            },
56
57     'unused_credit' => { 'name' => 'Credit the customer for the unused portion'.
58                                    ' of service at cancellation',
59                          'type' => 'checkbox',
60                        },
61
62     'cutoff_day'    => { 'name' => 'Billing Day (1 - 28) for prorating or '.
63                                    'subscription',
64                          'default' => '1',
65                        },
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     'rating_method' => { 'name' => 'Rating method',
75                          'type' => 'radio',
76                          'options' => \%rating_method,
77                        },
78
79     'ratenum'   => { 'name' => 'Rate plan',
80                      'type' => 'select',
81                      'select_table' => 'rate',
82                      'select_key'   => 'ratenum',
83                      'select_label' => 'ratename',
84                    },
85
86     'min_charge' => { 'name' => 'Charge per minute when using "single price per minute" rating method',
87                     },
88
89     'sec_granularity' => { 'name' => 'Granularity when using "single price per minute" rating method',
90                            'type' => 'select',
91                            'select_options' => \%granularity,
92                          },
93
94     '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.',
95                              'type' => 'checkbox',
96                            },
97
98     'default_prefix' => { 'name'    => 'Default prefix optionally prepended to customer DID numbers when searching for CDR records',
99                           'default' => '+1',
100                         },
101
102     'disable_src' => { 'name' => 'Disable rating of CDR records based on the "src" field in addition to "charged_party"',
103                        'type' => 'checkbox'
104                      },
105
106     'domestic_prefix' => { 'name'    => 'Destination prefix for domestic CDR records',
107                            'default' => '1',
108                          },
109
110 #    'domestic_prefix_required' => { 'name' => 'Require explicit destination prefix for domestic CDR records',
111 #                                    'type' => 'checkbox',
112 #                                  },
113
114     'international_prefix' => { 'name'    => 'Destination prefix for international CDR records',
115                                 'default' => '011',
116                               },
117
118     'disable_tollfree' => { 'name' => 'Disable automatic toll-free processing',
119                             'type' => 'checkbox',
120                           },
121
122     'use_amaflags' => { 'name' => 'Do not charge for CDRs where the amaflags field is not set to "2" ("BILL"/"BILLING").',
123                         'type' => 'checkbox',
124                       },
125
126     'use_disposition' => { 'name' => 'Do not charge for CDRs where the disposition flag is not set to "ANSWERED".',
127                            'type' => 'checkbox',
128                          },
129
130     'use_disposition_taqua' => { 'name' => 'Do not charge for CDRs where the disposition is not set to "100" (Taqua).',
131                                  'type' => 'checkbox',
132                                },
133
134     'use_carrierid' => { 'name' => 'Do not charge for CDRs where the Carrier ID is not set to: ',
135                          },
136
137     'use_cdrtypenum' => { 'name' => 'Do not charge for CDRs where the CDR Type is not set to: ',
138                          },
139
140     'skip_dcontext' => { 'name' => 'Do not charge for CDRs where the dcontext is set to any of these (comma-separated) values:',
141                        },
142
143     'skip_dstchannel_prefix' => { 'name' => 'Do not charge for CDRs where the dstchannel starts with:',
144                                 },
145
146     'skip_dst_length_less' => { 'name' => 'Do not charge for CDRs where the destination is less than this many digits:',
147                               },
148
149     'skip_lastapp' => { 'name' => 'Do not charge for CDRs where the lastapp matches this value',
150                       },
151
152     'use_duration'   => { 'name' => 'Calculate usage based on the duration field instead of the billsec field',
153                           'type' => 'checkbox',
154                         },
155
156     '411_rewrite' => { 'name' => 'Rewrite these (comma-separated) destination numbers to 411 for rating purposes (also ignore any carrierid check): ',
157                       },
158
159     #false laziness w/cdr_termination.pm
160     'output_format' => { 'name' => 'CDR invoice display format',
161                          'type' => 'select',
162                          'select_options' => { FS::cdr::invoice_formats() },
163                          'default'        => 'default', #XXX test
164                        },
165
166     'usage_section' => { 'name' => 'Section in which to place usage charges (whether separated or not)',
167                        },
168
169     'summarize_usage' => { 'name' => 'Include usage summary with recurring charges when usage is in separate section',
170                           'type' => 'checkbox',
171                         },
172
173     'usage_mandate' => { 'name' => 'Always put usage details in separate section',
174                           'type' => 'checkbox',
175                        },
176     #eofalse
177
178     'bill_every_call' => { 'name' => 'Generate an invoice immediately for every call.  Useful for prepaid.',
179                            'type' => 'checkbox',
180                          },
181
182     '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.',
183                            'type' => 'checkbox',
184                          },
185
186     #XXX also have option for an external db
187 #    'cdr_location' => { 'name' => 'CDR database location'
188 #                        'type' => 'select',
189 #                        'select_options' => \%cdr_location,
190 #                        'select_callback' => {
191 #                          'external' => {
192 #                            'enable' => [ 'datasrc', 'username', 'password' ],
193 #                          },
194 #                          'internal' => {
195 #                            'disable' => [ 'datasrc', 'username', 'password' ],
196 #                          }
197 #                        },
198 #                      },
199 #    'datasrc' => { 'name' => 'DBI data source for external CDR table',
200 #                   'disabled' => 'Y',
201 #                 },
202 #    'username' => { 'name' => 'External database username',
203 #                    'disabled' => 'Y',
204 #                  },
205 #    'password' => { 'name' => 'External database password',
206 #                    'disabled' => 'Y',
207 #                  },
208
209   },
210   'fieldorder' => [qw(
211                        setup_fee recur_fee recur_temporality unused_credit
212                        recur_method cutoff_day
213                        rating_method ratenum min_charge sec_granularity
214                        ignore_unrateable
215                        default_prefix
216                        disable_src
217                        domestic_prefix international_prefix
218                        disable_tollfree
219                        use_amaflags use_disposition
220                        use_disposition_taqua use_carrierid use_cdrtypenum
221                        skip_dcontext skip_dstchannel_prefix
222                        skip_dst_length_less skip_lastapp
223                        use_duration
224                        411_rewrite
225                        output_format usage_mandate summarize_usage usage_section
226                        bill_every_call
227                        count_available_phones
228                      )
229                   ],
230   'weight' => 40,
231 );
232
233 sub calc_setup {
234   my($self, $cust_pkg ) = @_;
235   $self->option('setup_fee');
236 }
237
238 sub calc_recur {
239   my $self = shift;
240   my($cust_pkg, $sdate, $details, $param ) = @_;
241
242   my $charges = 0;
243
244   $charges += $self->calc_usage(@_);
245   $charges += $self->calc_recur_Common(@_);
246
247   $charges;
248
249 }
250
251 sub calc_cancel {
252   my $self = shift;
253   my($cust_pkg, $sdate, $details, $param ) = @_;
254
255   $self->calc_usage(@_);
256 }
257
258 #false laziness w/voip_sqlradacct calc_recur resolve it if that one ever gets used again
259
260 sub calc_usage {
261   my $self = shift;
262   my($cust_pkg, $sdate, $details, $param ) = @_;
263
264   #my $last_bill = $cust_pkg->last_bill;
265   my $last_bill = $cust_pkg->get('last_bill'); #->last_bill falls back to setup
266
267   return 0
268     if $self->option('recur_temporality', 1) eq 'preceding'
269     && ( $last_bill eq '' || $last_bill == 0 );
270
271   my $ratenum = $cust_pkg->part_pkg->option('ratenum');
272
273   my $spool_cdr = $cust_pkg->cust_main->spool_cdr;
274
275   my %included_min = ();
276
277   my $charges = 0;
278
279 #  my $downstream_cdr = '';
280
281   my $rating_method     = $self->option('rating_method') || 'prefix';
282   my $intl              = $self->option('international_prefix') || '011';
283   my $domestic_prefix   = $self->option('domestic_prefix');
284   my $disable_tollfree  = $self->option('disable_tollfree');
285   my $ignore_unrateable = $self->option('ignore_unrateable', 'Hush!');
286   my $use_duration      = $self->option('use_duration');
287
288   my $output_format     = $self->option('output_format', 'Hush!')
289                           || ( $rating_method eq 'upstream_simple'
290                                  ? 'simple'
291                                  : 'default'
292                              );
293
294   my @dirass = ();
295   if ( $self->option('411_rewrite') ) {
296     my $dirass = $self->option('411_rewrite');
297     $dirass =~ s/\s//g;
298     @dirass = split(',', $dirass);
299   }
300
301   #for check_chargable, so we don't keep looking up options inside the loop
302   my %opt_cache = ();
303
304   eval "use Text::CSV_XS;";
305   die $@ if $@;
306   my $csv = new Text::CSV_XS;
307
308   foreach my $cust_svc (
309     grep { $_->part_svc->svcdb eq 'svc_phone' } $cust_pkg->cust_svc
310   ) {
311
312     foreach my $cdr (
313       $cust_svc->get_cdrs_for_update(
314         'disable_src'    => $self->option('disable_src'),
315         'default_prefix' => $self->option('default_prefix'),
316       )  # $last_bill, $$sdate )
317     ) {
318       if ( $DEBUG > 1 ) {
319         warn "rating CDR $cdr\n".
320              join('', map { "  $_ => ". $cdr->{$_}. "\n" } keys %$cdr );
321       }
322
323       my $rate_detail;
324       my( $rate_region, $regionnum );
325       my $pretty_destnum;
326       my $charge = '';
327       my $classnum = '';
328       my @call_details = ();
329       if ( $rating_method eq 'prefix' ) {
330
331         my $da_rewrote = 0;
332         if ( length($cdr->dst) && grep { $cdr->dst eq $_ } @dirass ){
333           $cdr->dst('411');
334           $da_rewrote = 1;
335         }
336
337         my $reason = $self->check_chargable( $cdr,
338                                              'da_rewrote'   => $da_rewrote,
339                                              'option_cache' => \%opt_cache,
340                                            );
341
342         if ( $reason ) {
343
344           warn "not charging for CDR ($reason)\n" if $DEBUG;
345           $charge = 0;
346
347         } else {
348           
349           ###
350           # look up rate details based on called station id
351           # (or calling station id for toll free calls)
352           ###
353
354           my( $to_or_from, $number );
355           if ( $cdr->is_tollfree && ! $disable_tollfree )
356           { #tollfree call
357             $to_or_from = 'from';
358             $number = $cdr->src;
359           } else { #regular call
360             $to_or_from = 'to';
361             $number = $cdr->dst;
362           }
363
364           warn "parsing call $to_or_from $number\n" if $DEBUG;
365
366           #remove non-phone# stuff and whitespace
367           $number =~ s/\s//g;
368 #          my $proto = '';
369 #          $dest =~ s/^(\w+):// and $proto = $1; #sip:
370 #          my $siphost = '';
371 #          $dest =~ s/\@(.*)$// and $siphost = $1; # @10.54.32.1, @sip.example.com
372
373           #determine the country code
374           my $countrycode;
375           if (    $number =~ /^$intl(((\d)(\d))(\d))(\d+)$/
376                || $number =~ /^\+(((\d)(\d))(\d))(\d+)$/
377              )
378           {
379
380             my( $three, $two, $one, $u1, $u2, $rest ) = ( $1,$2,$3,$4,$5,$6 );
381             #first look for 1 digit country code
382             if ( qsearch('rate_prefix', { 'countrycode' => $one } ) ) {
383               $countrycode = $one;
384               $number = $u1.$u2.$rest;
385             } elsif ( qsearch('rate_prefix', { 'countrycode' => $two } ) ) { #or 2
386               $countrycode = $two;
387               $number = $u2.$rest;
388             } else { #3 digit country code
389               $countrycode = $three;
390               $number = $rest;
391             }
392
393           } else {
394             $countrycode = $domestic_prefix || '1';
395             $number =~ s/^$countrycode//;# if length($number) > 10;
396           }
397
398           warn "rating call $to_or_from +$countrycode $number\n" if $DEBUG;
399           $pretty_destnum = "+$countrycode $number";
400
401           my $rate = qsearchs('rate', { 'ratenum' => $ratenum })
402             or die "ratenum $ratenum not found!";
403
404           $rate_detail = $rate->dest_detail({ 'countrycode' => $countrycode,
405                                               'phonenum'    => $number,
406                                             });
407
408           if ( $rate_detail ) {
409
410             $rate_region = $rate_detail->dest_region;
411             $regionnum = $rate_region->regionnum;
412             warn "  found rate for regionnum $regionnum ".
413                  "and rate detail $rate_detail\n"
414               if $DEBUG;
415
416           } elsif ( $ignore_unrateable ) {
417
418             $rate_region = '';
419             $regionnum = '';
420             #code below will throw a warning & skip
421
422           } else {
423
424             die "FATAL: no rate_detail found in ".
425                 $rate->ratenum. ":". $rate->ratename. " rate plan ".
426                 "for +$countrycode $number (CDR acctid ". $cdr->acctid. "); ".
427                 "add a rate or set ignore_unrateable flag on the package def\n";
428           }
429
430         }
431
432 #      } elsif ( $rating_method eq 'upstream' ) { #XXX this was convergent, not currently used.  very much becoming the odd one out. remove?
433 #
434 #        if ( $cdr->cdrtypenum == 1 ) { #rate based on upstream rateid
435 #
436 #          $rate_detail = $cdr->cdr_upstream_rate->rate_detail;
437 #
438 #          $regionnum = $rate_detail->dest_regionnum;
439 #          $rate_region = $rate_detail->dest_region;
440 #
441 #          $pretty_destnum = $cdr->dst;
442 #
443 #          warn "  found rate for regionnum $regionnum and ".
444 #               "rate detail $rate_detail\n"
445 #            if $DEBUG;
446 #
447 #        } else { #pass upstream price through
448 #
449 #          $charge = sprintf('%.2f', $cdr->upstream_price);
450 #          $charges += $charge;
451
452 #          @call_details = (
453 #            #time2str("%Y %b %d - %r", $cdr->calldate_unix ),
454 #            time2str("%c", $cdr->calldate_unix),  #XXX this should probably be a config option dropdown so they can select US vs- rest of world dates or whatnot
455 #            'N/A', #minutes...
456 #            '$'.$charge,
457 #            #$pretty_destnum,
458 #            $cdr->description, #$rate_region->regionname,
459 #          );
460 #
461 #        }
462
463       } elsif ( $rating_method eq 'upstream_simple' ) {
464
465         #XXX $charge = sprintf('%.2f', $cdr->upstream_price);
466         $charge = sprintf('%.3f', $cdr->upstream_price);
467         $charges += $charge;
468
469         @call_details = ($cdr->downstream_csv( 'format' => $output_format,
470                                                'charge' => $charge,
471                                              )
472                         );
473         $classnum = $cdr->calltypenum;
474
475       } elsif ( $rating_method eq 'single_price' ) {
476
477         # a little false laziness w/below
478
479         my $granularity = length($self->option('sec_granularity'))
480                             ? $self->option('sec_granularity')
481                             : 60;
482
483                     # length($cdr->billsec) ? $cdr->billsec : $cdr->duration;
484         my $seconds = $use_duration ? $cdr->duration : $cdr->billsec;
485
486         $seconds += $granularity - ( $seconds % $granularity )
487           if $seconds      # don't granular-ize 0 billsec calls (bills them)
488           && $granularity; # 0 is per call
489         my $minutes = $seconds / 60; # sprintf("%.1f", 
490         #$minutes =~ s/\.0$// if $granularity == 60;
491
492         # XXX config?
493         #$charge = sprintf('%.2f', ( $self->option('min_charge') * $minutes )
494                                   #+ 0.00000001 ); #so 1.005 rounds to 1.01
495         $charge = sprintf('%.4f', ( $self->option('min_charge') * $minutes )
496                                   + 0.0000000001 ); #so 1.00005 rounds to 1.0001
497
498         $charges += $charge;
499
500         @call_details = ($cdr->downstream_csv( 'format' => $output_format,
501                                                'charge' => $charge,
502                                              )
503                         );
504
505       } else {
506         die "don't know how to rate CDRs using method: $rating_method\n";
507       }
508
509       ###
510       # find the price and add detail to the invoice
511       ###
512
513       # if $rate_detail is not found, skip this CDR... i.e. 
514       # don't add it to invoice, don't set its status to done,
515       # don't call downstream_csv or something on it...
516       # but DO emit a warning...
517       #if ( ! $rate_detail && ! scalar(@call_details) ) {}
518       if ( ! $rate_detail && $charge eq '' ) {
519
520         warn "no rate_detail found for CDR.acctid: ". $cdr->acctid.
521              "; skipping\n"
522
523       } else { # there *is* a rate_detail (or call_details), proceed...
524
525         unless ( @call_details || ( $charge ne '' && $charge == 0 ) ) {
526
527           $included_min{$regionnum} = $rate_detail->min_included
528             unless exists $included_min{$regionnum};
529
530           my $granularity = $rate_detail->sec_granularity;
531
532                       # length($cdr->billsec) ? $cdr->billsec : $cdr->duration;
533           my $seconds = $use_duration ? $cdr->duration : $cdr->billsec;
534
535           $seconds += $granularity - ( $seconds % $granularity )
536             if $seconds      # don't granular-ize 0 billsec calls (bills them)
537             && $granularity; # 0 is per call
538           my $minutes = sprintf("%.1f", $seconds / 60);
539           $minutes =~ s/\.0$// if $granularity == 60;
540
541           # per call rather than per minute
542           $minutes = 1 unless $granularity;
543
544           $included_min{$regionnum} -= $minutes;
545
546           if ( $included_min{$regionnum} < 0 ) {
547             my $charge_min = 0 - $included_min{$regionnum}; #XXX should preserve
548                                                             #(display?) this
549             $included_min{$regionnum} = 0;
550             $charge = sprintf('%.2f', ( $rate_detail->min_charge * $charge_min )
551                                       + 0.00000001 ); #so 1.005 rounds to 1.01
552             $charges += $charge;
553           }
554
555           # this is why we need regionnum/rate_region....
556           warn "  (rate region $rate_region)\n" if $DEBUG;
557
558           @call_details = (
559            $cdr->downstream_csv( 'format'         => $output_format,
560                                  'granularity'    => $granularity,
561                                  'minutes'        => $minutes,
562                                  'charge'         => $charge,
563                                  'pretty_dst'     => $pretty_destnum,
564                                  'dst_regionname' => $rate_region->regionname,
565                                )
566           );
567
568           $classnum = $rate_detail->classnum;
569
570         }
571
572         if ( $charge > 0 ) {
573           #just use FS::cust_bill_pkg_detail objects?
574           my $call_details;
575           my $phonenum = $cust_svc->svc_x->phonenum;
576
577           #if ( $self->option('rating_method') eq 'upstream_simple' ) {
578           if ( scalar(@call_details) == 1 ) {
579             $call_details =
580               [ 'C', $call_details[0], $charge, $classnum, $phonenum ];
581           } else { #only used for $rating_method eq 'upstream' now
582             $csv->combine(@call_details);
583             $call_details =
584               [ 'C', $csv->string, $charge, $classnum, $phonenum ];
585           }
586           warn "  adding details on charge to invoice: [ ".
587               join(', ', @{$call_details} ). " ]"
588             if ( $DEBUG && ref($call_details) );
589           push @$details, $call_details; #\@call_details,
590         }
591
592         # if the customer flag is on, call "downstream_csv" or something
593         # like it to export the call downstream!
594         # XXX price plan option to pick format, or something...
595         #$downstream_cdr .= $cdr->downstream_csv( 'format' => 'XXX format' )
596         #  if $spool_cdr;
597
598         my $error = $cdr->set_status_and_rated_price( 'done',
599                                                       $charge,
600                                                       $cust_svc->svcnum,
601                                                     );
602         die $error if $error;
603
604       }
605
606     } # $cdr
607
608   } # $cust_svc
609
610   unshift @$details, [ 'C', FS::cdr::invoice_header($output_format) ]
611     if @$details && $rating_method ne 'upstream';
612
613 #  if ( $spool_cdr && length($downstream_cdr) ) {
614 #
615 #    use FS::UID qw(datasrc);
616 #    my $dir = '/usr/local/etc/freeside/export.'. datasrc. '/cdr';
617 #    mkdir $dir, 0700 unless -d $dir;
618 #    $dir .= '/'. $cust_pkg->custnum.
619 #    mkdir $dir, 0700 unless -d $dir;
620 #    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
621 #
622 #    push @{ $param->{'precommit_hooks'} },
623 #         sub {
624 #               #lock the downstream spool file and append the records 
625 #               use Fcntl qw(:flock);
626 #               use IO::File;
627 #               my $spool = new IO::File ">>$filename"
628 #                 or die "can't open $filename: $!\n";
629 #               flock( $spool, LOCK_EX)
630 #                 or die "can't lock $filename: $!\n";
631 #               seek($spool, 0, 2)
632 #                 or die "can't seek to end of $filename: $!\n";
633 #               print $spool $downstream_cdr;
634 #               flock( $spool, LOCK_UN );
635 #               close $spool;
636 #             };
637 #
638 #  } #if ( $spool_cdr && length($downstream_cdr) )
639
640   $charges;
641 }
642
643 #returns a reason why not to rate this CDR, or false if the CDR is chargeable
644 sub check_chargable {
645   my( $self, $cdr, %flags ) = @_;
646
647   #should have some better way of checking these options from a hash
648   #or something
649
650   my @opt = qw(
651     use_amaflags
652     use_disposition
653     use_disposition_taqua
654     use_carrierid
655     use_cdrtypenum
656     skip_dcontext
657     skip_dstchannel_prefix
658     skip_dst_length_less
659     skip_lastapp
660   );
661   foreach my $opt (grep !exists($flags{option_cache}->{$_}), @opt ) {
662     $flags{option_cache}->{$opt} = $self->option($opt, 1);
663   }
664   my %opt = %{ $flags{option_cache} };
665
666   return 'amaflags != 2'
667     if $opt{'use_amaflags'} && $cdr->amaflags != 2;
668
669   return 'disposition != ANSWERED'
670     if $opt{'use_disposition'} && $cdr->disposition ne 'ANSWERED';
671
672   return "disposition != 100"
673     if $opt{'use_disposition_taqua'} && $cdr->disposition != 100;
674
675   return "carrierid != $opt{'use_carrierid'}"
676     if length($opt{'use_carrierid'})
677     && $cdr->carrierid ne $opt{'use_carrierid'} #ne otherwise 0 matches ''
678     && ! $flags{'da_rewrote'};
679
680   return "cdrtypenum != $opt{'use_cdrtypenum'}"
681     if length($opt{'use_cdrtypenum'})
682     && $cdr->cdrtypenum ne $opt{'use_cdrtypenum'}; #ne otherwise 0 matches ''
683
684   return "dcontext IN ( $opt{'skip_dcontext'} )"
685     if $opt{'skip_dcontext'} =~ /\S/
686     && grep { $cdr->dcontext eq $_ } split(/\s*,\s*/, $opt{'skip_dcontext'});
687
688   my $len_prefix = length($opt{'skip_dstchannel_prefix'});
689   return "dstchannel starts with $opt{'skip_dstchannel_prefix'}"
690     if $len_prefix
691     && substr($cdr->dstchannel,0,$len_prefix) eq $opt{'skip_dstchannel_prefix'};
692
693   my $dst_length = $opt{'skip_dst_length_less'};
694   return "destination less than $dst_length digits"
695     if $dst_length && length($cdr->dst) < $dst_length;
696
697   return "lastapp is $opt{'skip_lastapp'}"
698     if length($opt{'skip_lastapp'}) && $cdr->lastapp eq $opt{'skip_lastapp'};
699
700   #all right then, rate it
701   '';
702 }
703
704 sub is_free {
705   0;
706 }
707
708 #  This equates svc_phone records; perhaps svc_phone should have a field
709 #  to indicate it represents a line
710 sub calc_units {    
711   my($self, $cust_pkg ) = @_;
712   my $count = 0;
713   if ( $self->option('count_available_phones', 1)) {
714     map { $count += ( $_->quantity || 0 ) }
715       grep { $_->part_svc->svcdb eq 'svc_phone' }
716       $cust_pkg->part_pkg->pkg_svc;
717   } else {
718     $count = 
719       scalar(grep { $_->part_svc->svcdb eq 'svc_phone' } $cust_pkg->cust_svc);
720   }
721   $count;
722 }
723
724 1;
725