summaryrefslogtreecommitdiff
path: root/FS/FS/cdr/taqua62.pm
blob: c6a40eddcc55c5d9f730f89d0fca5916f9db91b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
package FS::cdr::taqua62;

use strict;
use vars qw(@ISA %info $da_rewrite);
use FS::cdr qw(_cdr_date_parser_maker);

@ISA = qw(FS::cdr);

%info = (
  'name'          => 'Taqua v6.2',
  'weight'        => 131,
  'header'        => 1,
  'import_fields' => [

    #0
    '', #Key 
    '', #InsertTime, irrelevant
    #RecordType
    sub {
      my($cdr, $field, $conf, $hashref) = @_;
      $hashref->{skiprow} = 1
        unless ($field == 0 && $cdr->disposition == 100       )  #regular CDR
            || ($field == 1 && $cdr->lastapp     eq 'acctcode')  #accountcode
            || ($field == 1 && $cdr->lastapp     eq 'CallerId')  #CID blocking
            ;
      $cdr->cdrtypenum($field);
    },

    '',       #RecordVersion
    '',       #OrigShelfNumber
    '',       #OrigCardNumber
    '',       #OrigCircuit
    '',       #OrigCircuitType
    'uniqueid',                           #SequenceNumber
    'sessionnum',                         #SessionNumber
    #10
    'src',                                #CallingPartyNumber
    #CalledPartyNumber
    sub {
      my( $cdr, $field, $conf ) = @_;
      if ( $cdr->calltypenum == 6 && $cdr->cdrtypenum == 0 ) {
        $cdr->dst("+$field");
      } else {
        $cdr->dst($field);
      }
    },

    _cdr_date_parser_maker('startdate', 'gmt' => 1),  #CallArrivalTime
    _cdr_date_parser_maker('enddate', 'gmt' => 1),    #CallCompletionTime

    #Disposition
    #sub { my($cdr, $d ) = @_; $cdr->disposition( $disposition{$d}): },
    'disposition',
                                          #  -1 => '',
                                          #   0 => '',
                                          # 100 => '', #regular cdr
                                          # 101 => '',
                                          # 102 => '',
                                          # 103 => '',
                                          # 104 => '',
                                          # 105 => '',
                                          # 201 => '',
                                          # 203 => '',
                                          # 204 => '',

    _cdr_date_parser_maker('answerdate', 'gmt' => 1), #DispositionTime
    '',       #TCAP
    '',       #OutboundCarrierConnectTime
    '',       #OutboundCarrierDisconnectTime

    #TermTrunkGroup
    #it appears channels are actually part of trunk groups, but this data
    #is interesting and we need a source and destination place to put it
    'dstchannel',                         #TermTrunkGroup

    #20

    '',       #TermShelfNumber
    '',       #TermCardNumber
    '',       #TermCircuit
    '',       #TermCircuitType
    'carrierid',                          #OutboundCarrierId

    #BillingNumber
    #'charged_party',                      
    sub {
      my( $cdr, $field, $conf ) = @_;

      #could be more efficient for the no config case, if anyone ever needs that
      $da_rewrite ||= $conf->config('cdr-taqua-da_rewrite');

      if ( $da_rewrite && $field =~ /\d/ ) {
        my $rewrite = $da_rewrite;
        $rewrite =~ s/\s//g;
        my @rewrite = split(',', $conf->config('cdr-taqua-da_rewrite') );
        if ( grep { $field eq $_ } @rewrite ) {
          $cdr->charged_party( $cdr->src() );
          $cdr->calltypenum(12);
          return;
        }
      }
      if ( $cdr->is_tollfree ) {        # thankfully this is already available
        $cdr->charged_party($cdr->dst); # and this
      } else {
        $cdr->charged_party($field);
      }
    },

    'subscriber',                         #SubscriberName
    'lastapp',                            #ServiceName
    '',       #some weirdness #ChargeTime
    'lastdata',                           #ServiceInformation

    #30

    '',       #FacilityInfo
    '',             #all 1900-01-01 0#CallTraceTime
    '',             #all-1#UniqueIndicator
    '',             #all-1#PresentationIndicator
    '',             #empty#Pin
    'calltypenum',                        #CallType

    #nothing below is used by QIS...

    '',           #Balt/empty #OrigRateCenter
    '',           #Balt/empty #TermRateCenter

    #OrigTrunkGroup
    #it appears channels are actually part of trunk groups, but this data
    #is interesting and we need a source and destination place to put it
    'channel',                            #OrigTrunkGroup
    'userfield',                                #empty#UserDefined

    #40

    '',             #empty#PseudoDestinationNumber
    '',             #all-1#PseudoCarrierCode
    '',             #empty#PseudoANI
    '',             #all-1#PseudoFacilityInfo
    '',       #OrigDialedDigits
    '',             #all-1#OrigOutboundCarrier
    '',       #IncomingCarrierID
    'dcontext',                           #JurisdictionInfo
    '',       #OrigDestDigits
    '',             #empty#AMALineNumber

    #50

    '',             #empty#AMAslpID
    '',             #empty#AMADigitsDialedWC
    '',       #OpxOffHook
    '',       #OpxOnHook
    '',       #OrigCalledNumber
    '',       #RedirectingNumber
    '',       #RouteAttempts
    '',       #OrigMGCPTerm
    '',       #TermMGCPTerm
    '',       #ReasonCode

    #60
    
    'sipcallid',       #OrigIPCallID
    '',       #ESAIPTrunkGroup
    '',       #ESAReason
    '',       #BearerlessCall
    '',       #oCodec
    '',       #tCodec
    '',       #OrigTrunkGroupNumber
    '',       #TermTrunkGroupNumber
    '',       #TermRecord
    '',       #OrigRoutingIndicator

    #70

    '',       #TermRoutingIndicator

  ],
);

1;