...
the call to the alias is sent not through the termination rules, but directly to the specified address
can be used for both incoming and outgoing matches.
Описание полей ресурса
...
Имя
...
Тип
...
Описание
...
Description of data structures
Name | Type | Description | Required |
---|---|---|---|
comment | string | Any text description | no |
domain | string | Alias domain for: name@domain, if absent, then the domain part can be any | no |
dealer_id | integer | The dealer to which the alias is assigned | no |
name | string | Alias name for: name@domain | yes |
extension_id | integer | The extension to which the alias is assigned | no |
client_id | integer | The client to which the alias is assigned | no |
address | string | The format is ip[:port] or domain[:port]. Calls are expected to be received from this address, outgoing calls go here. If it contains a domain, then authorization is performed on all A records of the domain, and sent using the dns srv logic. | yes |
...