IPBXSessionCall Methods |
The IPBXSessionCall type exposes the following members.
Name | Description | |
---|---|---|
Answer |
Answers the incoming call.
(Inherited from IOzPhoneCall.) | |
Answer(CallType) |
Answers the incoming call with the specified media types.
(Inherited from IOzPhoneCall.) | |
AttendedTransfer |
Transfers the call to another phone number.
An attended transfer is a transfer made after notifying the destination party of the transfer.
(Inherited from ICall.) | |
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.
(Inherited from IOzPhoneCall.) | |
Forward |
Forwards the incoming call to another phone.
(Inherited from IOzPhoneCall.) | |
GetSIPInfo | (Inherited from ISessionCall.) | |
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.
(Inherited from IOzPhoneCall.) | |
Hold |
Puts the call on hold. If the call is already on local hold, it has no effect.
(Inherited from IOzPhoneCall.) | |
ModifyCallType |
Modifies the media used during the call.
(Inherited from ICall.) | |
Reject |
Rejects the incoming call.
(Inherited from IOzPhoneCall.) | |
Reject(String) |
Rejects the incoming call.
(Inherited from IOzPhoneCall.) | |
Respond(ResponseCodes) |
Sends a response to the caller with the specified status code.
(Inherited from ICall.) | |
Respond(ResponseCodes, String) |
Sends a response to the caller with the specified status code.
(Inherited from ICall.) | |
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.
(Inherited from IOzPhoneCall.) | |
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.
(Inherited from IOzPhoneCall.) | |
SendInfo |
Sends INFO request to the other party.
(Inherited from ICall.) | |
SendInstantMessage(String) |
Sends MESSAGE request to the other party.
(Inherited from ICall.) | |
SendInstantMessage(String, MimeType) |
Sends MESSAGE request to the other party.
(Inherited from ICall.) | |
SendInstantMessage(String, String) |
Sends MESSAGE request to the other party.
(Inherited from ICall.) | |
Start |
Starts the outgoing call.
(Inherited from IOzPhoneCall.) | |
StartDTMFSignal(DtmfNamedEvents) |
Starts sending the given DTMF signal continously until the StopDTMFSignal method called. The signalling mode will be detected automatically.
(Inherited from ICall.) | |
StartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode) |
Starts sending the given DTMF signal continously until the StopDTMFSignal method called. If the remote party does not support the specified method, no DTMF signal will be sent.
(Inherited from ICall.) | |
StopDTMFSignal |
Stops the DTMF signalling.
(Inherited from ICall.) | |
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.
(Inherited from IOzPhoneCall.) | |
Unhold |
Takes the call off from hold. If the call is in progress, it has no effect.
(Inherited from IOzPhoneCall.) |