TransferStatus Enumeration |
Namespace: Avaya.ClientServices
public enum TransferStatus
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The transfer is not yet started, default status. | |
| Started | 1 | The transfer is started, transfer request is sent. | |
| Accepted | 2 | The transfer request is accepted. | |
| RemoteCallStarted | 3 | The transferee is attempting to call transfer target. | |
| RemoteCallInProgress | 4 | The call is ringing at the transfer target's end. | |
| RemoteCallEstablished | 5 | The call is accepted by transfer target and call is established between transferer and transfer target. | |
| Completed | 6 | The transfer operation is completed and transferor's call will be ended. |
© 2017 Avaya LLC. All Rights Reserved.