Hello,
if you refer to route[LOCATION] from default kamailio.cfg, then it
resolves speed dials and aliases (if these features are enabled) and
then checks to see if callee is registered (aka online). In case the
callee is registered, the uri and several other attributes are updated
with the v
I want to know that how route [Location] works when an INVITE packet
approaches kamailio server.
Basically route [Location] gathers information whether callee is a valid
user or not. Secondly if it is online or not. I want to understand this
whole procedure. Any help will be appreciated. Thanks.