Registrar (sr)
Description
Storage of connection and device registrations users of the system and SIP users. The connection data contains the path to the point. Each entry is recorded for a period of time and renewed periodically.
Divided into microservices by domain. Data is automatically synchronized between sites serving the domain.
Reserved in Active-Passive mode. Scaled by domain tree partitioning.
Code |
|
Mode of operation |
|
Backup mode |
|
Types of sites |
|
Layer |
|
Placement |
|
Saving and restoring state on reboot |
|
appendix |
|
Own storage |
|
Limitations
-
Duplicates data across all sites where the domain is served. At the moment when sites are inaccessible to each other, the domain data in different sites' repositories may differ.
Parameters
Configuration example
The configuration is managed in an application available to master domain administrators. The application hides the full content of the configuration, but it is nevertheless accessible via the API.
The configuration contains a section to describe all instances of all roles. Parameters are defined for each specific role instance.
{
"name": "reg1",
"roletype": "sr",
"iface": "eth0",
"group": 11040,
"order": 1
}