Click or drag to resize

SipUserConfigurationUseSIPSURIOverTLS Property

Controls whether the SIP endpoint uses sips (secure SIP) URI scheme for all SIP requests it initiates towards the network, including secure media calls.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool UseSIPSURIOverTLS { get; set; }

Property Value

Type: Boolean
Remarks
When enabled, the endpoint registers a SIPS Contact address with the SIP registrar, and uses SRTP crypto suites as controlled by MediaEncryptionType. When disabled, the endpoint registers a SIP Contact address with the SIP registrar, and uses SRTP crypto suites as controlled by MediaEncryptionType.
See Also