| 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.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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