Revision as of 18:45, June 8, 2018 by Valentip (talk | contribs) (Created page with "= sipproxy Section= {{OptionsHeader|section=sipproxy}} {{OptionsPrint|section=sipproxy}} Category:V:Options:Draft")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

sipproxy Section



This content is under development and might not be comprehensive or completely up to date. For full information, see the SIP Server Deployment Guide or the SIP Proxy Deployment Guide.

  


client-side-port

Default Value: 0
Valid Values: 0-65535
Changes Take Effect: After SIP-Proxy restart


Specifies the first port of range of ports which will be used for client management connections to other SIP-Proxy instances. If option is not configured random ports will be chosen for client management connections.

enable-multisite-support

Default Value: false
Valid Values: true, false
Changes Take Effect: After SIP-Proxy restart


Enables or disables multisite support mode.

enable-partition-support

Default Value: false
Valid Values: true, false
Changes Take Effect: After SIP-Proxy restart


Enables or disables support of dividing switch on several partitions (multisite only)

geo-location

Default Value: No default value
Valid Values: Any alphanumeric string
Changes Take Effect: After restart


Specifies the data center to which SIP Proxy belongs.

oos-check

Default Value: 5
Valid Values: 0–300
Changes Take Effect: Immediately


Specifies how often, in seconds, SIP Proxy checks SIP Servers for out-of-service status. If this option is set to 0, SIP Proxy does not check SIP Servers for out-of-service status.

oos-force

Default Value: 5
Valid Values: 1–32
Changes Take Effect: Immediately


Specifies how often, in seconds, SIP Proxy checks whether the out-of-service SIP Server starts to respond.

overload-ctrl-dialog-rate

Default Value: 0
Valid Values: Positive number. (0 - disabled)
Changes Take Effect: Immediately


Specifies dialog rate (incoming INVITES per sec.) threshold. All over threshold INVITES will be rejected

registrar-default-timeout

Default Value: 0
Valid Values: Any positive integer
Changes Take Effect: On the next REGISTER request


Specifies the expiration timeout for a REGISTER request as a value, in seconds, in the 200 OK response that is sent by SIP Proxy to the SIP endpoint, and as a value in the REGISTER request that is forwarded to SIP Server. When this option is set to 0, or is not defined, the expires value from the Contact or Expires headers from the REGISTER request is used as the expiration timeout. If the option is set to any value other than 0, the timeout is set to the lesser of the option value and the value specified by the client.

resolve-host

Default Value: false
Valid Values: true, false
Changes Take Effect: After SIP-Proxy restart


Host name of Sip-Proxy will be specified in VIA header in case of value "false". Resolved IP address will be specified in case of "true"

send-data-timeout

Default Value: 100
Valid Values: 1 - 30000
Changes Take Effect: Immediately


Specifies timeout (in milliseconds) between data transmissions in replication procedure.

sip-address

Default Value: null
Valid Values: String value
Changes Take Effect: After SIP-Proxy restart


Specifies SIP communication related host of SIP Proxy in case of multi-NIC configuration

sip-ip-tos

Default Value: 256
Valid Values: 0 - 255
Changes Take Effect: After SIP-Proxy restart


Defines the value of the Type of Service (TOS) byte in the IP header of SIP messages that are sent by SIP-Proxy (if undefined, the operating system TOS is used). Depending on the network configuration, the TOS byte is treated as one of the following: a. 3-bit IP precedence field, followed by a 4-bit type-of-service. The least significant bit (LSB) is unused and set to 0. (RFC 1349) b. 6-bit DiffServ, with the two least significant bits unused. (RFC 2474) For example, the following values may be used to assign a higher priority to SIP packets: a. 0x10-IPTOS_LOWDELAY, low-delay type of service b. 0x20-IPTOS_PREC_PRIORITY, priority precedence c. 0x40-IPTOS_PREC_CRITICAL, critical precedence d. 0xB8-DiffServ EF (Expedited Forward) Notes: On most operating systems, applications that are running on behalf of non-privileged user accounts are not permitted to set a non-zero TOS value, so you might have to perform additional actions to enable this functionality. In particular: a. On Linux, the application must have CAP_NET_ADMIN capability (that is, run from the root account). b. On Windows, the following registry setting must be set (see also http://support.microsoft.com\kb/248611): HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DisableUserTOSSetting = (DWORD) 0 Refer to operating system documentation for additional information.

wait-response-timeout

Default Value: 5
Valid Values: 1 - 300
Changes Take Effect: Immediately


Specifies timeout (in seconds) during which proxy waits for response on replication request.

This page was last edited on June 8, 2018, at 18:45.
Comments or questions about this documentation? Contact us for support!