[freeside-commits] branch master updated. fe1596e131a981a57391eb60bb175bb6f95374e4

Jeremy Davis jeremyd at 420.am
Thu Apr 16 12:16:47 PDT 2015


The branch, master has been updated
       via  fe1596e131a981a57391eb60bb175bb6f95374e4 (commit)
      from  941a3896b4647bfcd4fbf1754ec444f2c511580d (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 fe1596e131a981a57391eb60bb175bb6f95374e4
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Apr 16 15:16:30 2015 -0400

    Ticket #33385 Enswitch changes

diff --git a/FS/FS/cdr/enswitch.pm b/FS/FS/cdr/enswitch.pm
index ebb2677..1ef884c 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,

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cdr/enswitch.pm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list