Click or drag to resize
TransferStatus Enumeration
The status of an in-progress transfer.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum TransferStatus
Members
  Member nameValueDescription
None0 The transfer is not yet started, default status.
Started1 The transfer is started, transfer request is sent.
Accepted2 The transfer request is accepted.
RemoteCallStarted3 The transferee is attempting to call transfer target.
RemoteCallInProgress4 The call is ringing at the transfer target's end.
RemoteCallEstablished5 The call is accepted by transfer target and call is established between transferer and transfer target.
Completed6 The transfer operation is completed and transferor's call will be ended.
See Also