Ticket #33385 Enswitch changes
authorJeremy Davis <jeremyd@freeside.biz>
Thu, 16 Apr 2015 19:16:30 +0000 (15:16 -0400)
committerJeremy Davis <jeremyd@freeside.biz>
Thu, 16 Apr 2015 19:16:30 +0000 (15:16 -0400)
FS/FS/cdr/enswitch.pm

index ebb2677..1ef884c 100644 (file)
@@ -12,14 +12,14 @@ use FS::cdr_type;
   'header'        => 2,
   'type'          => 'csv',
   'import_fields' => [
-    'disposition',  #Status
+    'dcontext',     #Status
     'startdate',    #Start, already a unix timestamp
     skip(2),        #Start date, Start time
     'enddate',      #End
     skip(4),        #End date, End time
                     #Calling customer, Calling type
     'src',          #Calling number     
-    skip(1),     #Called type
+    skip(1),        #Called type
     'dst',          #Called number
     skip(14),       #Destination customer, Destination type
                     #Destination number
@@ -29,7 +29,7 @@ use FS::cdr_type;
                     #Inbound called type,
                    #Inbound called number,
                     #Inbound destination type, Inbound destination number,
-    'dcontext',     #Outbound calling type,
+    'disposition',  #Outbound calling type,
       skip(11),     #Outbound calling number,
                     #Outbound called type, Outbound called number,
                     #Outbound destination type, Outbound destination number,