Description

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: 

  1. adding a permanent Contact using rpc ul.add
  2. assigning attributes in DB location_attr per RUID (can't find an rpc function for attributes)
  3. restart Kamailio

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.

Expected behavior

Actual observed behavior

Debugging Data

(paste your debugging data here)

Log Messages

(paste your log messages here)

SIP Traffic

(paste your sip traffic here)

Possible Solutions

Additional Information

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.