6 Jul
2005
6 Jul
'05
6:29 p.m.
"Abdul Hakeem" <alhakeem@gmail.com> wrote:
Has anyone heard of or has a radius based solution that can block certain PSTN numbers from being terminated by a Cisco gateway.
Does the gateway send the numbers in a RADIUS packet?
We have a 2650XM connected to E1-PSTN, there's a file of about 250,000 rogue pstn numbers we need to block from being terminated.
I'd say put the numbers in a flat-text file, and use rlm_passwd to read the file, and to set 'Auth-Type = Reject' if the number is there. Alan DeKok.