IOzPhoneCall Interface |
Namespace: Ozeki.VoIP
The IOzPhoneCall type exposes the following members.
Name | Description | |
---|---|---|
Answer |
Answers the incoming call.
| |
Answer(CallType) |
Answers the incoming call with the specified media types.
| |
BlindTransfer |
Transfers the call to another phone number.
A blind transfer is defined as a transfer made without notifying the destination party before transferring the call.
| |
Forward |
Forwards the incoming call to another phone.
| |
HangUp |
Hangs up the call. If the outgoing call has not been answered yet, it will be cancelled.
If the incoming call has not been answered, it will be rejected.
| |
Hold |
Puts the call on hold. If the call is already on local hold, it has no effect.
| |
Reject |
Rejects the incoming call.
| |
Reject(String) |
Rejects the incoming call.
| |
RingWithEarlyMedia |
Sends a provisional response with media description to the caller. When early media response is sent, the softphone can send media data to the other party while the phone is still ringing.
| |
RingWithEarlyMedia(CallType) |
Sends a provisional response with media description to the caller. When early media response is sent, the softphone can send media data to the other party while the phone is still ringing.
| |
Start |
Starts the outgoing call.
| |
ToggleHold |
Puts the call on hold or takes the call off hold. (toggle)
If the call is in InCall state, puts it on hold.
If the call is in LocalHeld or InactiveHeld state, takes it off hold.
| |
Unhold |
Takes the call off from hold. If the call is in progress, it has no effect.
|
Name | Description | |
---|---|---|
CallID |
Gets the unique identifier of the call.
(Inherited from IOzBaseCall.) | |
CallState |
Gets the state of the call.
(Inherited from IOzBaseCall.) | |
IsAnswered |
Gets a boolean value indicating whether the call has been answered.
(Inherited from IOzBaseCall.) | |
IsIncoming |
Gets if the call is an incoming call.
(Inherited from IOzBaseCall.) | |
Media |
Gets the media manager that handles the media.
| |
ReasonOfState |
Gets the textual context of the call state.
(Inherited from IOzBaseCall.) |
Name | Description | |
---|---|---|
CallStateChanged |
Occurs when the state of the call has changed.
(Inherited from IOzBaseCall.) | |
DtmfReceived |
Occurs when the other party stopped the DTMF signalling.
| |
DtmfStarted |
Occurs when the other party started the DTMF signalling.
|