[freeside-commits] branch FREESIDE_3_BRANCH updated. 37014964c3436f1df31c52c8078b0b42236b96a4
Jeremy Davis
jeremyd at 420.am
Fri Jul 11 09:00:44 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 37014964c3436f1df31c52c8078b0b42236b96a4 (commit)
from 28e2aba949a9c0d1f246bbc9fdc47fc6f1a9d27d (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 37014964c3436f1df31c52c8078b0b42236b96a4
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Jul 10 12:52:07 2014 -0400
#29903 Import accountcodes
diff --git a/FS/FS/cdr/cisco.pm b/FS/FS/cdr/cisco.pm
index f9b9bef..335d483 100644
--- a/FS/FS/cdr/cisco.pm
+++ b/FS/FS/cdr/cisco.pm
@@ -73,11 +73,11 @@ use Date::Parse;
#destRSVPVideoStat
'answerdate', #dateTimeConnect
'enddate', #dateTimeDisconnect
- skip(6), #lastRedirectDn
+ skip(3), #lastRedirectDn
#pkid
#originalCalledPartyNumberPartition
- #callingPartyNumberPartition
- #finalCalledPartyNumberPartition
+ 'accountcode', #callingPartyNumberPartition
+ skip(2), #finalCalledPartyNumberPartition
#lastRedirectDnPartition
'billsec', #duration
skip(22), #origDeviceName
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cdr/cisco.pm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list