Voice Mail Server (vmail)
Description
Provides voice mailbox service and voice mail service operation.
Divided into microservices by 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
-
The repository of records is SiteShare.
-
The mail is hosted on the site from which the request originated, and when received, the data from all sites where the domain is served is produced.
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": "vmail1",
"roletype": "vmail",
"iface": "eth0",
"group": 11390,
"order": 3,
"include_domains": [
"test.rootdomain.ru"
]
}