```
if (alias_db_lookup("DbAliases")) {
# alias found / r-uri changed
} else {
# not found
}
```
You could also use case or other methods as well... but in essence you're setting the
$vn(alias_found) to the value... so there will be a value in most cases... positive or
negative.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2517#issuecomment-712385906