Click or drag to resize
SipUserConfigurationEnableAlternateCLI Property
Controls whether the SIP endpoint sends Alternate-CLI header in other phone mode to other phone number. By default, this property is false.

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

Property Value

Type: Boolean
Remarks
If enabled, the SIP endpoint sets the Alternate-CLI header to the remote caller information and sends Alternate-CLI header to other phone number If disabled, the SIP endpoint doesn't send Alternate-CLI header to other phone number.
See Also