hi
is it possible to do following in config
if ( $avp(s:var_name) != myself ) { # do something }
var_name is AVP looking like "192.168.0.1"
If not -- how I can check that $avp(s:var_name) is not one of my IP-address (without using DOMAIN or other module but by core only) ?
Thanks!