[freeside-commits] branch FREESIDE_3_BRANCH updated. 09989ed5ae454cdd40ca3d61a0343cea5e58568c

Jeremy Davis jeremyd at 420.am
Mon Jul 21 12:12:22 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  09989ed5ae454cdd40ca3d61a0343cea5e58568c (commit)
      from  cff1496af12df71e2fd35775cb72d8e8bf2560f8 (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 09989ed5ae454cdd40ca3d61a0343cea5e58568c
Author: Jeremy Davis <jeremyd at pilsner.freeside.biz>
Date:   Mon Jul 21 14:12:09 2014 -0500

    #28898 Cisco CDR format upadate

diff --git a/FS/FS/cdr/cisco.pm b/FS/FS/cdr/cisco.pm
index 335d483..2da5a94 100644
--- a/FS/FS/cdr/cisco.pm
+++ b/FS/FS/cdr/cisco.pm
@@ -80,7 +80,7 @@ use Date::Parse;
 					 skip(2),	#finalCalledPartyNumberPartition
 							#lastRedirectDnPartition
 				       'billsec',	#duration
-					skip(22),	#origDeviceName
+					skip(23),	#origDeviceName
 							#destDeviceName
 							#origCallTerminationOnBehalfOf
 							#destCallTerminationOnBehalfOf
@@ -102,11 +102,7 @@ use Date::Parse;
 							#origMediaCap_Bandwidth
 							#destMediaCap_Bandwidth	
 							#authorizationCodeValue
-					sub { my ($cdr, $number) = @_;
-						if ($number){
-						$cdr->set('src',$number);
-						}
-						},	#outpulsedCallingPartyNumber
+					        	#outpulsedCallingPartyNumber
 					      skip(23), #outpulsedCalledPartyNumber
 							#origIpv4v6Addr	
 							#destIpv4v6Addr	
@@ -138,7 +134,6 @@ use Date::Parse;
 
 
 
-
 sub skip { map {''} (1..$_[0]) }
 
 1;

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

Summary of changes:
 FS/FS/cdr/cisco.pm |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)




More information about the freeside-commits mailing list