Hi,
> I have over 100 PortMasters world-wide and I'd like to use this feature
> on most of them.
I've done that on my Livingston Portmaster 3 to provide Callback based on
the Callers CLI. First you must put a line into your dictionary File:
VALUE Service-Type Call-Check 10
(put it in 'User Types' behind VALUE Service-Type Callback-Admin-User 9).
Now radiator correctly understands the Servie-Type Call-Check and you
can specify it in radius.cfg.
For callback, I use a Handler to check the Callers CLI:
<Handler Service-Type = Call-Check>
AcctLogFileName %L/callback-detail
RejectHasReason
<AuthBy FILE>
# The default Filename is '%D/users'
# Can use special formatting characters
Filename %D/callback-users
</AuthBY>
</Handler>
In 'callback-users' you can now specify CLIs, which can use Callback, an
trigger the Call to a certain number.
# Callback for xyz
7211234567 Service-Type = Call-Check
Service-Type = Callback-Framed-User,
Callback-Id = "location"
# Accept all calls (otherwise they will get a BUSY Signal)
DEFAULT Service-Type = Call-Check
In the same way, you can restrict the use of a certain NAS to a group
based on CLIs:
# xyz
7211234567 Service-Type = Call-Check
# abc
7219876543 Service-Type = Call-Check
# There is no default, so all other callers get BUSY
Hope it helps.
Bernd
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.