diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-09-05 17:19:24 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-09-05 17:19:24 -0700 |
commit | a2c70ba55a0b69c310534774334d859c2e907692 (patch) | |
tree | f3b63574a4ff437daef72fe717973dd53534e731 /FS | |
parent | 656a9b83e02e5eb5aea314b23546b156631ac51a (diff) |
show Calling-Station-Id on RADIUS reports (as a MAC address w/vendor), RT#29154
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export/sqlradius.pm | 4 |
1 files changed, 3 insertions, 1 deletions
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", |