Click or drag to resize

CallLogItemRedialCapability Property

Indicates if this call log item can be used to redial the remote number. Currently, this capability has a 1:1 mapping to IsCallerIdPrivate. The capability value of Allowed == true does not imply that the remote number reported in this CallLogItem will always result in the call being completed. The return value for this method only indicates whether or not an attempt can be made to redial this log entry. Ultimately, whether or not redial attempts will be successful depends on the ability for the voice network to route the call successfully. This can only by determined by an actual attempt to place the call.

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

Property Value

Type: Capability
See Also