Parameter Name | Required | Service Affecting | Data Type | Default Value | Possible Values | Description |
---|---|---|---|---|---|---|
Description | No | No | string | none | 64 - Max Length | Description of the profile |
TLSVersion | Yes | Yes | int | 1 | Possible values:
| TLS version. Currently 1. |
HandshakeTimeout | Yes | Yes | int | 10 | Possible values:
| Specifies the SIP TLS client and server handshake inactivity timeout interval. The control timeout setting will abnormally terminate the TLS handshake session for a long period of inactivity between each TLS handshake message exchange. Recommended setting should be set to maximum 30 seconds due to network congestion. |
MutualAuth | Yes | No | int | 1 | Possible values:
| Specifies the authentication method option using the Mutual TLS in the SIP TLS server handshake exchange message. This enables the Mutual authentication request and verifications of the SIP peer client certificate. |
VerifyPeersCertificate | Yes | No | int | 1 | Possible values:
| Specifies the authentication method option of verifying the identity of the received SIP peer server certificate during the SIP TLS client handshake exchange message. This enables the verifications of the SIP peer server certificate. |
ClientCipher | Yes | No | Enum | 3 | Possible values:
|
Specifies the cipher suite parameter exchanged and negotiated in the SIP TLS client handshake message.
Set of cipher suites parameter as a comma-separated list are ordered by preference:
|
ValidateClientFQDN | Yes | No | int | 1 | Possible values:
| If enabled runs reverse DNS lookup to verify peer's FQDN. |
ValidateServerFQDN | Yes | No | Enum | 1 | Possible values:
| If enabled performs validation of configured SIP Server host FQDN with the verify peer's FQDN. |
FallbackCompatibleMode | Yes | No | Enum | 0 | Possible values:
| If enabled SSLv2 and SSLv3 variants to TLS1.0 will be negotiated when the compatibility with the peer is important. |