Looking for a mechanism to reload Location attributes at runtime.
Having both registered and permanent Contacts under AoR, with Attributes from usrloc
to be used for various routing decisions.
This is about attributes of permanent Contacts. Registered ones have xavp_contact
of usrloc
to store attributes during registration.
Problem:
Only way to make it work is:
rpc ul.add
location_attr
per RUID (can't find an rpc function for attributes)modparam("usrloc", "db_mode", 1)
modparam("usrloc", "db_load", 1)
This however is far from ideal, having to restart Kamailio for every change in attributes of a Contact.
(paste your debugging data here)
(paste your log messages here)
(paste your sip traffic here)
kamailio -v
version: kamailio 5.3.3 (x86_64/linux) 44ccb9
(paste your output here)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.