Mark Kent writes:
That is, if your openser box supports baz.net and bif.com, then frankie@baz.net and frankie@bif.com are "resolved" to the same user, and are both available as frankie@your-sip-proxy.com
Is there any readily available module that puts restrictions on userIDs? That is, if I enable {foo, foopw} and {bar, barpw} then, right now, user foo can register to get calls to bar@ and user bar can register to get calls to foo@... that's not good.
openser does not do anything that is not instructed by your openser.cfg file. check, for example, is_uri_host_local, is_from_local, radius_www_authorize, and radius_proxy_authorize, etc. functions and program your radius server to give you desired replies.
-- juha