Click or drag to resize

IReferManager Interface

API interface

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public interface IReferManager

The IReferManager type exposes the following members.

Methods
  NameDescription
Public methodAcceptTransfer
Sends a response to a REFER request with a 202 Accepted response code.
Public methodNotifyTransferStateChanged
Sends a NOTIFY request that contains the state of the target call.
Public methodRejectTransfer
Sends a response to a REFER request with a 403 Forbidden response code.
Public methodSendAttendedTransfer
Sends a REFER request (attended transfer) to the remote end.
Public methodSendBlindTransfer
Sends a REFER request (blind transfer) to the remote end.
Public methodSendTransferResponse
Sends a response to a received REFER request.
Top
Events
  NameDescription
Public eventAttendedTransferRequested
Occurs when an attended transfer request received from the remote end.
Public eventBlindTransferRequested
Occurs when a blind transfer request received from the remote end.
Public eventTransferResponseReceived
Occurs when a response received to a sent REFER request.
Public eventTransferStateChanged
Occurs when a NOTIFY request received containing the state of the target call.
Top
See Also