TransferState Enumeration |
Specifies the state of the call transfer
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum TransferState
Public Enumeration TransferState
public enum class TransferState
Members
| Member name | Value | Description |
---|
| Accepted | 202 |
The transfer request has been accepted.
|
| Rejected | 403 |
The transfer request has been rejected.
|
| Trying | 100 |
Trying to contact with the transfer target.
|
| Busy | 486 |
The transfer target was busy.
|
| NotFound | 404 |
The transfer target was not found or not registered.
|
| Failed | 405 |
The transfer target was contacted successfully, but an error occurred during the establishment of the call (eg. no common codecs found).
|
| Completed | 200 |
The call was transferred successfully.
|
See Also