[freeside-commits] branch master updated. b108f3292bd12e60f086c8f71129e69a0838d816
Jeremy Davis
jeremyd at 420.am
Mon Apr 6 06:23:20 PDT 2015
The branch, master has been updated
via b108f3292bd12e60f086c8f71129e69a0838d816 (commit)
from a4f21fa5c332dc12c010f8fd8c0112663f232b6e (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 b108f3292bd12e60f086c8f71129e69a0838d816
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon Apr 6 08:44:32 2015 -0400
Enswitch changes #33385 #33386
diff --git a/FS/FS/cdr/enswitch.pm b/FS/FS/cdr/enswitch.pm
index c1966b4..26d2782 100644
--- a/FS/FS/cdr/enswitch.pm
+++ b/FS/FS/cdr/enswitch.pm
@@ -16,10 +16,10 @@ use FS::cdr_type;
'startdate', #Start, already a unix timestamp
skip(2), #Start date, Start time
'enddate', #End
- skip(6), #End date, End time
+ skip(4), #End date, End time
#Calling customer, Calling type
'src', #Calling number
- skip(1), #Called type
+ 'dcontext', #Called type
'dst', #Called number
skip(26), #Destination customer, Destination type
#Destination number
@@ -38,8 +38,8 @@ use FS::cdr_type;
'duration', #Total seconds
skip(1), #Ring seconds
'billsec', #Billable seconds
- 'upstream_price', #Cost
- skip(1), #Cost including taxes
+ skip(2), #Cost
+ #Cost including taxes
'accountcode', #Billing customer
skip(3), #Billing customer name, Billing type, Billing reference
],
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cdr/enswitch.pm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
More information about the freeside-commits
mailing list