...
Option | Values | Description | Models |
---|---|---|---|
server | Hostname or IPv4 Address | Sets the server to which calls for this account are directed | D40, D45, D50, D60, D62, D65, D70, D80 |
port | empty, or integer (1-65535) | Sets the server's SIP port. If empty, and if a hostname is used for the server, the port will be retrieved from DNS. The port option must be specified, even if it is set to empty, and is not optional. | D40, D45, D50, D60, D62, D65, D70, D80 |
transport | udp, tcp, tls | Sets the transport type, UDP or TCP, TLS. TLS for D6x and D80 only. | D40, D45, D50, D60, D62, D65, D70, D80 (1_10_0 TCP, 1_12_0 TLS) |
media_encryption | sdes | Sets the media_encryption method, none or SDES. Defaults to empty string (none). The media_encryption setting for the host_primary must match the setting for the host_alternate. | D60, D62, D65 (2_1_0_5), D80 (1_12_0) |
reregister | integer in seconds | Sets the re-registration interval which the phone will present in the Expires header of the REGISTER. At half the interval of the reregister value, plus or minus a few random seconds, the phone will perform its reregistration. Defaults to 300. | D40, D45, D50, D60, D62, D65, D70, D80 |
retry | integer | Specifies the period, plus or minutes 10 random seconds, at which the phone will perform a registration retry, given a registration failure. Defaults to 25. | D40, D45, D50, D60, D62, D65, D70, D80 |
needMwiSubscription | boolean | Per-host override of needMwiSubscription from account element | D60, D62, D65 (2_9_20) |
mwi_subscription_uri | SIP URI e.g.: | Per-host override of mwi_subscription_uri from account element | D60, D62, D65 (2_9_20) |
Host Alternate: Child Element of <account>
Option | Values | Description | Models |
---|---|---|---|
server | Hostname or IPv4 Address | Sets the server to which calls for this account are directed in the event that host_primary is unreachable | D40, D45, D50, D60, D62, D65, D70, D80 (1_10_0) |
port | empty, or integer (1-65535) | Sets the server's SIP port. If empty, and if a hostname is used for the server, the port will be retrieved from DNS. The port option must be specified, even if it is set to empty, and is not optional. | D40, D45, D50, D60, D62, D65, D70, D80 (1_10_0) |
transport | udp, tcp, tls | Sets the transport type, UDP or TCP, TLS. TLS for D6x and D80 only. | D40, D45, D50, D60, D62, D65, D70, D80 (1_10_0 TCP, 1_12_0 TLS) |
reregister | integer in seconds | Sets the re-registration interval which the phone will present in the Expires header of the REGISTER. At half the interval of the reregister value, plus or minus a few random seconds, the phone will perform its reregistration. Defaults to 300. | D40, D45, D50, D60, D62, D65, D70, D80 (1_10_0) |
retry | integer | Specifies the period, plus or minutes 10 random seconds, at which the phone will perform a registration retry, given a registration failure. Defaults to 25. | D40, D45, D50, D60, D62, D65, D70, D80 (1_10_0) |
authname | String | Specifies an authentication name to be used when registering to the host_alternate server, if null, utilizes the auth name from the account object. | D40, D45, D50, D60, D62, D65, D70 (2.6.2), D80 (1_10_0) |
password | String | Specifies an authentication password to be used when registering to the host_alternate server, if null, utilizes the authentication password from the account object. | D40, D45, D50, D60, D62, D65, D70 (2.6.2), D80 (1_10_0) |
needMwiSubscription | boolean | Per-host override of needMwiSubscription from account element | D60, D62, D65 (2_9_20) |
mwi_subscription_uri | SIP URI e.g.: | Per-host override of mwi_subscription_uri from account element | D60, D62, D65 (2_9_20) |
Outbound Proxy: Child Element of <host_primary> and/or <host_alternate>
...