summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2015-04-06 08:45:23 -0400
committerJeremy Davis <jeremyd@freeside.biz>2015-04-06 08:45:23 -0400
commit8bc03bf0c430decad33d72a2ab380ffbecb2cc87 (patch)
tree358a274aaa0f157715a2b327706892875cfe793f /FS
parentb99d624c7414144cb60eabfc8e462fab39c75c0d (diff)
Enswitch changes #33385 #33386
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cdr/enswitch.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/FS/FS/cdr/enswitch.pm b/FS/FS/cdr/enswitch.pm
index c1966b404..26d27821e 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
],