[freeside-commits] branch FREESIDE_3_BRANCH updated. 69695b497b56012c87ed1bd71065ec84d1847f21

Jeremy Davis jeremyd at 420.am
Tue Jan 20 10:09:20 PST 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  69695b497b56012c87ed1bd71065ec84d1847f21 (commit)
      from  b26e299ec970541b5266916f6e898f856ae15eae (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 69695b497b56012c87ed1bd71065ec84d1847f21
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Jan 20 13:09:03 2015 -0500

    Enswitch CDR format changes 30992 and 33014

diff --git a/FS/FS/cdr/enswitch.pm b/FS/FS/cdr/enswitch.pm
index a19b166..70542b2 100644
--- a/FS/FS/cdr/enswitch.pm
+++ b/FS/FS/cdr/enswitch.pm
@@ -22,14 +22,14 @@ use FS::cdr_type;
     'clid',         #Calling name
     skip(1),        #Called type
     'dst',          #Called number
-    skip(5),        #Destination customer, Destination type
+    skip(10),       #Destination customer, Destination type
                     #Destination number
                     #Destination group ID, Destination group name,
     \&in_calling_type,  #Inbound calling type,
     \&in_calling_num,   #Inbound calling number,
     '',                 #Inbound called type,
     \&in_called_num,    #Inbound called number,
-    skip(14),
+    skip(11),
                     #Inbound destination type, Inbound destination number,
                     #Outbound calling type, Outbound calling number,
                     #Outbound called type, Outbound called number,
@@ -41,6 +41,7 @@ use FS::cdr_type;
     skip(1),        #Ring seconds
     'billsec',      #Billable seconds
     'upstream_price', #Cost
+    skip(1),        #Cost including taxes
     'accountcode',  #Billing customer
     skip(3),        #Billing customer name, Billing type, Billing reference
   ],

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

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




More information about the freeside-commits mailing list