I'm trying create a setup where I reject calls to certain numbers if the
request is proxied.  Basically I don't want people in the local calling
area using a modem aggregation service, I want them to use my modems.
My first thought was to use an attr filter along the lines of:

foo
        Proxy-State =* ANY,
        Called-Station-Id =~ ^303,
        Auth-Type := Reject

My thought was that if the request was proxied (since a call to the
local number might also include the realm) and they called a number
starting with "303" the call would be rejected, otherwise it would fall
through to the DEFAULT entry.  But nothing happens, all calls go
through.  Am I on the wrong track or missing something obvious?

Running 0.8.1.

Thanks,

->Spike

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to