1820257 Members
2797 Online
109622 Solutions
New Discussion юеВ

Modem caller ID

 
Javier Ballesteros
Occasional Contributor

Modem caller ID

We have some external users accessing via modem our HP9000 R380 (HP-UX 10.20) server. Provided that:
- the telephone company offers the caller ID service (not ISDN but analog lines)
- the modem supports the caller ID feature

is it possible to configure HP-UX to:
- reject incoming calls based on the calling telephone number?
- log the callers' telephone numbers?

Thank you very much.
JosT M. del Rfo
2 REPLIES 2
Albert E. Whale, CISSP
Honored Contributor

Re: Modem caller ID

I am not certain about HP-UX rejecting the caller, but most RAS (Remote Access Servers) provide authentication via Radius or another technology which will allow you to accomplish this either via the Caler's Source Number or the Group that the user exists in.

I have found this a Much easier method to implement becuase there are no controls over what the telephone company is going to provide you with as far as incoming telephone number. Now you can indicate which GROUP of Users have access to a 'Specific RAS Server', or you can indicate via HP-UX which GROUP of Users can dial into the server directly.

Hope that helps.

Sr. Systems Consultant @ ABS Computer Technology, Inc. http://www.abs-comptech.com/aewhale.html & http://www.ancegroup.com
Fred Martin_1
Valued Contributor

Re: Modem caller ID

You could create a group for modem users.

Then in the file /etc/profile, put an 'if' statement with this logic:

IF tty is modem
AND user is not in modem group
THEN send email to admin
logout user

fmartin@applicatorssales.com