[freeside-commits] branch master updated. 55447b350a12dc435730bd8ab7ef300991ac4660
Jonathan Prykop
jonathan at 420.am
Thu Apr 21 14:27:14 PDT 2016
The branch, master has been updated
via 55447b350a12dc435730bd8ab7ef300991ac4660 (commit)
from 2aa7cfda6c3936e1850d845e25ed88cf0a09330f (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 55447b350a12dc435730bd8ab7ef300991ac4660
Author: Jonathan Prykop <jonathan at freeside.biz>
Date: Thu Apr 21 16:26:53 2016 -0500
FS/bin/freeside-cdr-evariste-import
diff --git a/FS/bin/freeside-cdr-evariste-import b/FS/bin/freeside-cdr-evariste-import
index 0487ae5..d5e13f9 100755
--- a/FS/bin/freeside-cdr-evariste-import
+++ b/FS/bin/freeside-cdr-evariste-import
@@ -100,7 +100,7 @@ while (my $row = $csth->fetchrow_hashref) {
'cdrbatchnum' => $cdr_batch->cdrbatchnum,
'uniqueid' => $row->{'id'},
'src' => $row->{'src'},
- 'dst' => $row->{'dest'},
+ 'dst' => $row->{'routing_target'} || $row->{'dest'}, # dest_orig? dest_trans?
'startdate' => int(str2time($row->{'start_time'})),
'answerdate' => int(str2time($row->{'answer_time'})),
'enddate' => int(str2time($row->{'end_time'})),
-----------------------------------------------------------------------
Summary of changes:
FS/bin/freeside-cdr-evariste-import | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list