Hello,
lately I pushed several commits to enhance the handling of remote registrations with uac module. Among them:
- uac.reg_info - rpc command to get the details of a remote registration record using filter on uuid, local/remote/auth username - uac.reg_enable and uac.reg_disable - rpc commands to enable/disable registration of a record from memory at runtime, without restarting kamailio - uac.reg_reload - rpc command to reload remote registration records from database (avoid restarting when adding new records in database) - uac.reg_refresh - rpc command to load a record from database based on l_uuid. If record is already in memory, then the password field is updated, otherwise a new full record is added in memory
I barely had resources to test it properly, therefore I am asking people using this feature to give it a try and report the issues -- you have to use the git master branch.
You can read more details about the new features in the readme of the uac module: - http://kamailio.org/docs/modules/devel/modules/uac.html
Cheers, Daniel