diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2015-04-16 15:17:03 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2015-04-16 15:17:03 -0400 |
commit | 0fca17de96fcac6db1ecdf7e28f224091dc52b2e (patch) | |
tree | 6738a3bef2e062b2cc20bbed7ec355b8f46e876e | |
parent | aaf5556c966d24332b5c467bef9966a5ef723829 (diff) |
Ticket #33385 Enswitch changes
-rw-r--r-- | FS/FS/cdr/enswitch.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/cdr/enswitch.pm b/FS/FS/cdr/enswitch.pm index ebb2677be..1ef884c3f 100644 --- a/FS/FS/cdr/enswitch.pm +++ b/FS/FS/cdr/enswitch.pm @@ -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, |