diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-08-21 00:35:26 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-08-21 00:35:26 -0700 |
| commit | b95256aad16c4bdafd089d26c0f9147f3ec7755e (patch) | |
| tree | 2b03b89dd2d4f6954bfdca996271607eec1075cc /FS | |
| parent | dbf543b4433ed8dc96211fe1f18fd2f95db3ca7e (diff) | |
how 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)', |
