IReferManager Interface |
Namespace: Ozeki.VoIP
The IReferManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | AcceptTransfer |
Sends a response to a REFER request with a 202 Accepted response code.
|
![]() | NotifyTransferStateChanged |
Sends a NOTIFY request that contains the state of the target call.
|
![]() | RejectTransfer |
Sends a response to a REFER request with a 403 Forbidden response code.
|
![]() | SendAttendedTransfer |
Sends a REFER request (attended transfer) to the remote end.
|
![]() | SendBlindTransfer |
Sends a REFER request (blind transfer) to the remote end.
|
![]() | SendTransferResponse |
Sends a response to a received REFER request.
|
Name | Description | |
---|---|---|
![]() | AttendedTransferRequested |
Occurs when an attended transfer request received from the remote end.
|
![]() | BlindTransferRequested |
Occurs when a blind transfer request received from the remote end.
|
![]() | TransferResponseReceived |
Occurs when a response received to a sent REFER request.
|
![]() | TransferStateChanged |
Occurs when a NOTIFY request received containing the state of the target call.
|