[freeside-commits] branch master updated. 9b20f80d7bfe5ad53c1870c64b74dca87afa7761
Jeremy Davis
jeremyd at 420.am
Thu May 22 13:27:55 PDT 2014
The branch, master has been updated
via 9b20f80d7bfe5ad53c1870c64b74dca87afa7761 (commit)
from 8745f4dd18eae385ba414aa82e69d61aa0a1047d (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 9b20f80d7bfe5ad53c1870c64b74dca87afa7761
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu May 22 16:27:42 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