[freeside-commits] branch FREESIDE_4_BRANCH updated. aa2b3ef7970a9ba5b5ac0806df05350c988a3997
Jonathan Prykop
jonathan at 420.am
Thu Apr 21 14:37:32 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via aa2b3ef7970a9ba5b5ac0806df05350c988a3997 (commit)
from 06a4fea881fe6b8a40270ff1cdc78945609fa130 (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 aa2b3ef7970a9ba5b5ac0806df05350c988a3997
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