Click or drag to resize
LyncPlatformLibraryCallProgressFailureType Enumeration
Enumerates a failure reason for an outbound call.

Namespace: Inkostar.Enums
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum LyncPlatformLibraryCallProgressFailureType
Members
  Member nameValueDescription
Busy0 The destination is busy.
NoAnswer1 The desination did not answer.
Declined2 The destination does not want to participate in the call.
BadExtension3 The extension or endpoint provided could not be understood by the Lync server.
DestinationNotFound4 The user represented by the endpoint does not exist.
Timeout5 The request has timed out or expired.
ServiceAnavailable6 The Lync server cannot service the request due to a temporary faulure.
See Also