[freeside-commits] branch FREESIDE_3_BRANCH updated. 1b4b00291c912647c6225f62c2e2be05b9be1f8f
Jeremy Davis
jeremyd at 420.am
Thu May 22 13:29:17 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 1b4b00291c912647c6225f62c2e2be05b9be1f8f (commit)
from dcd86d74f29aeb419890e5e989877305d2aaf59f (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 1b4b00291c912647c6225f62c2e2be05b9be1f8f
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu May 22 16:29:21 2014 -0400
28898 Fix date formatting in cisco format
diff --git a/FS/FS/cdr/cisco.pm b/FS/FS/cdr/cisco.pm
index 9359901..db00db7 100644
--- a/FS/FS/cdr/cisco.pm
+++ b/FS/FS/cdr/cisco.pm
@@ -20,7 +20,7 @@ use FS::cdr qw( _cdr_date_parser_maker _cdr_min_parser_maker );
#globalCallID_callManagerId
'clid', #globalCallID_callId
skip(1), #origLegCallIdentifier
- 'startdate', #dateTimeOrigination
+ 'calldate', #dateTimeOrigination
skip(3), #origNodeId
#origSpan
#origIpAddr
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cdr/cisco.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list