[freeside-commits] branch FREESIDE_3_BRANCH updated. aaf5556c966d24332b5c467bef9966a5ef723829
Jeremy Davis
jeremyd at 420.am
Thu Apr 16 12:13:27 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via aaf5556c966d24332b5c467bef9966a5ef723829 (commit)
from e1a8b2c20bf2d7f69ade1227591a79e0441edbb8 (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 aaf5556c966d24332b5c467bef9966a5ef723829
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Apr 16 15:13:19 2015 -0400
Ticket #33385 Enswitch changes
diff --git a/FS/FS/cdr/enswitch.pm b/FS/FS/cdr/enswitch.pm
index 26d2782..ebb2677 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,
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cdr/enswitch.pm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list