From: Ivan Kohler Date: Sat, 6 Sep 2014 00:19:24 +0000 (-0700) Subject: show Calling-Station-Id on RADIUS reports (as a MAC address w/vendor), RT#29154 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a2c70ba55a0b69c310534774334d859c2e907692 show Calling-Station-Id on RADIUS reports (as a MAC address w/vendor), RT#29154 --- diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index 7ec869cb2..5a8da7bdb 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -649,6 +649,8 @@ Returns an arrayref of hashrefs with the following fields: =item acctoutputoctets +=item callingstationid + =item calledstationid =back @@ -692,7 +694,7 @@ sub usage_sessions { my @fields = ( qw( username realm framedipaddress acctsessiontime acctinputoctets acctoutputoctets - calledstationid + callingstationid calledstationid ), "$str2time acctstarttime ) as acctstarttime", "$str2time acctstoptime ) as acctstoptime",