[freeside-commits] branch FREESIDE_3_BRANCH updated. 5a76902cdaee8a0276c49af42352efd673c4e2d0

Ivan ivan at 420.am
Fri Sep 5 17:19:26 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  5a76902cdaee8a0276c49af42352efd673c4e2d0 (commit)
      from  a197d2b5c16c18bf452d5a1e321052d357c7756a (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 5a76902cdaee8a0276c49af42352efd673c4e2d0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Sep 5 17:19:25 2014 -0700

    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 7ec869c..5a8da7b 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",

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

Summary of changes:
 FS/FS/part_export/sqlradius.pm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list