CallUnparkReason Enumeration
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
'Declaration
Public Enumeration CallUnparkReason
'Usage
Dim instance As CallUnparkReason
public enum CallUnparkReason
Members
Member name | Description | |
---|---|---|
None | Other reasons. | |
Abandoned | The parked call was disconnected before being retrieved. | |
Disconnected | The parked call was disconnected. | |
Fallback | The parked call was transferred to the configured fallback. | |
Retrieved | The parked call was manually retrieved. | |
Ringback | The parked call was automatically transferred back to the parker. | |
Unknown | The reason is unknown. | |
Invalid |