diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-08-17 15:04:32 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-08-17 15:04:32 -0700 |
commit | 7fe829b7d746d9be193d70e02090d8984347bc2a (patch) | |
tree | 223fa8bf06691e50d886e5d09f76f163b40b243a /FS | |
parent | 15deaf0aa18910232f99a38398995b3abc412411 (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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index 5d84f37ec..7ec869cb2 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -48,7 +48,7 @@ tie %options, 'Tie::IxHash', }, 'show_called_station' => { type => 'checkbox', - label => 'Show the Called-Station-ID on session reports', + label => 'Show the Called-Station-ID on session reports', #as a phone number }, 'overlimit_groups' => { label => 'Radius groups to assign to svc_acct which has exceeded its bandwidth or time limit (if not overridden by overlimit_groups global or per-agent config)', |