[freeside-commits] branch FREESIDE_3_BRANCH updated. eaafee2a4f9c2a50e9979060579aba7253a6f66c
Ivan Kohler
ivan at freeside.biz
Wed Aug 7 11:04:54 PDT 2019
The branch, FREESIDE_3_BRANCH has been updated
via eaafee2a4f9c2a50e9979060579aba7253a6f66c (commit)
from 42a7f7a7bb35a43c28eb135fdb2f200c786e3e86 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit eaafee2a4f9c2a50e9979060579aba7253a6f66c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 7 11:04:46 2019 -0700
infinite CDR update: use billingcode field for dst instead of calltype, RT#83560
diff --git a/FS/FS/cdr/infinite.pm b/FS/FS/cdr/infinite.pm
index 02ff9df6f..badf41e1d 100644
--- a/FS/FS/cdr/infinite.pm
+++ b/FS/FS/cdr/infinite.pm
@@ -18,7 +18,8 @@ my $date_parser = _cdr_date_parser_maker('startdate');
'uniqueid', # A. billid
skip(3), # B-D. confid, invoicenum, acctgrpid
skip(1), # E. accountid ("Room Confirmation Number")
- skip(2), # F-G. billingcode ("Room Billingcode"), confname
+ 'dst', # was: skip(1), # F. billingcode ("Room Billingcode")
+ skip(1), # G. confname
skip(1), # H. participant_type
skip(1), # I. starttime_t - timezone is unreliable
sub { # J. startdate
@@ -37,7 +38,7 @@ my $date_parser = _cdr_date_parser_maker('startdate');
}, # L. minutes
skip(1), # M. dnis
'src', # N. ani
- 'dst', # O. calltype
+ skip(1), # was: 'dst', # O. calltype
skip(7), # P-V. calltype_text, confstart_t, confstartdate,
# confstarttime, confminutes, conflegs, ppm
'upstream_price', # W. callcost
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cdr/infinite.pm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list