Michael Baird <[EMAIL PROTECTED]> wrote: > Is there any way to do a wildcard for Called-Station-ID, like > DEFAULT Called-Station-Id= "xxxxxx5522", Proxy-To-Realm := "domain1.com" > DEFAULT Called-Station-Id= "xxxxxx5533", Proxy-To-Realm := "domain2.com" > DEFAULT Called-Station-Id= "xxxxxx5544", Proxy-To-Realm := "domain3.com"
Regexes. DEFAULT Called-Station-Id =~ "5544$", Proxy-To-Realm := "domain3.com" Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
