[freeside-commits] branch master updated. 0a9c5d7a2e387f3c30df51fc952725e77ad27c1e
Jeremy Davis
jeremyd at 420.am
Fri Jul 11 09:00:06 PDT 2014
The branch, master has been updated
via 0a9c5d7a2e387f3c30df51fc952725e77ad27c1e (commit)
from b93b1549c61810e33e735ae5f02a620ffc820656 (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 0a9c5d7a2e387f3c30df51fc952725e77ad27c1e
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Jul 10 12:49:58 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