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