Click or drag to resize
TransferState Enumeration
Specifies the state of the call transfer

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum TransferState
Members
  Member nameValueDescription
Accepted202 The transfer request has been accepted.
Rejected403 The transfer request has been rejected.
Trying100 Trying to contact with the transfer target.
Busy486 The transfer target was busy.
NotFound404 The transfer target was not found or not registered.
Failed405 The transfer target was contacted successfully, but an error occurred during the establishment of the call (eg. no common codecs found).
Completed200 The call was transferred successfully.
See Also