summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2015-04-16 15:11:11 -0400
committerJeremy Davis <jeremyd@freeside.biz>2015-04-16 15:11:11 -0400
commit941a3896b4647bfcd4fbf1754ec444f2c511580d (patch)
treecf7278c49d2853ec627f8d5b4d362d70361e7de8 /FS
parent3912de349e9726339d1a357cfc6b96c329c09e60 (diff)
Ticket #33385 Enswitch changes
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cdr/enswitch.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/FS/FS/cdr/enswitch.pm b/FS/FS/cdr/enswitch.pm
index 26d27821e..ebb2677be 100644
--- a/FS/FS/cdr/enswitch.pm
+++ b/FS/FS/cdr/enswitch.pm
@@ -19,9 +19,9 @@ use FS::cdr_type;
skip(4), #End date, End time
#Calling customer, Calling type
'src', #Calling number
- 'dcontext', #Called type
+ skip(1), #Called type
'dst', #Called number
- skip(26), #Destination customer, Destination type
+ skip(14), #Destination customer, Destination type
#Destination number
#Destination group ID, Destination group name,
#Inbound calling type,
@@ -29,7 +29,8 @@ use FS::cdr_type;
#Inbound called type,
#Inbound called number,
#Inbound destination type, Inbound destination number,
- #Outbound calling type, Outbound calling number,
+ 'dcontext', #Outbound calling type,
+ skip(11), #Outbound calling number,
#Outbound called type, Outbound called number,
#Outbound destination type, Outbound destination number,
#Internal calling type, Internal calling number,