Enumerates the reasons why a previously-parked
call was unparked.
Namespace:
Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public enum CallUnparkReason |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 |
Other reasons.
|
|
Abandoned | 1 |
The parked call was disconnected before being
retrieved.
|
|
Disconnected | 2 |
The parked call was disconnected.
|
|
Fallback | 3 |
The parked call was transferred to the
configured fallback.
|
|
Retrieved | 4 |
The parked call was manually retrieved.
|
|
Ringback | 5 |
The parked call was automatically transferred
back to the parker.
|
|
Unknown | 6 |
The reason is unknown.
|
|
Invalid | -1 |