Click or drag to resize
ClientConfigurationAvLicenseInfoEnabled Property
A Boolean value indicating whether the SDK should include Av-License-Info header in the SIP Register messages. If Av-License-Info header and User-Agent headers are present in the SIP Register message, SM checks whether the AOR of the REGISTER request references a user’s SIP profile (i.e. asmcommprofile) that has been administered to enable use of the 3rd party client. If it does, SM accepts the registration and generates a SHA256withRSA signature and sends it to the client in the 200 OK response. Otherwise, SM returns 403 Forbidden (Unauthorized) response with Reason header. Defaults to false.

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

Property Value

Type: Boolean
See Also