[freeside-commits] branch master updated. 08db5f6900bb754efb597a2967adde4dbd12e731
Jeremy Davis
jeremyd at 420.am
Mon Jul 21 12:08:30 PDT 2014
The branch, master has been updated
via 08db5f6900bb754efb597a2967adde4dbd12e731 (commit)
from 34e3a5e5e8f0260d868ce97e9b17b1b78d158cec (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 08db5f6900bb754efb597a2967adde4dbd12e731
Author: Jeremy Davis <jeremyd at pilsner.freeside.biz>
Date: Mon Jul 21 14:08:00 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