| LyncPlatformLibraryCallProgressFailureType Enumeration |
Enumerates a failure reason for an outbound call.
Namespace: Inkostar.EnumsAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum LyncPlatformLibraryCallProgressFailureType
Public Enumeration LyncPlatformLibraryCallProgressFailureType
public enum class LyncPlatformLibraryCallProgressFailureType
type LyncPlatformLibraryCallProgressFailureType
Members|
| Member name | Value | Description |
|---|
| Busy | 0 |
The destination is busy.
|
| NoAnswer | 1 |
The desination did not answer.
|
| Declined | 2 |
The destination does not want to participate in the call.
|
| BadExtension | 3 |
The extension or endpoint provided could not be understood by the Lync server.
|
| DestinationNotFound | 4 |
The user represented by the endpoint does not exist.
|
| Timeout | 5 |
The request has timed out or expired.
|
| ServiceAnavailable | 6 |
The Lync server cannot service the request due to a temporary faulure.
|
See Also