Click or drag to resize
IPBXCall Methods

The IPBXCall type exposes the following members.

Methods
  NameDescription
Public methodAnswer
Answers the incoming call.
(Inherited from IOzPhoneCall.)
Public methodAnswer(CallType)
Answers the incoming call with the specified media types.
(Inherited from IOzPhoneCall.)
Public methodAttendedTransfer
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.)
Public methodBlindTransfer
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.)
Public methodForward
Forwards the incoming call to another phone.
(Inherited from IOzPhoneCall.)
Public methodHangUp
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.)
Public methodHold
Puts the call on hold. If the call is already on local hold, it has no effect.
(Inherited from IOzPhoneCall.)
Public methodModifyCallType
Modifies the media used during the call.
(Inherited from ICall.)
Public methodReject
Rejects the incoming call.
(Inherited from IOzPhoneCall.)
Public methodReject(String)
Rejects the incoming call.
(Inherited from IOzPhoneCall.)
Public methodRespond(ResponseCodes)
Sends a response to the caller with the specified status code.
(Inherited from ICall.)
Public methodRespond(ResponseCodes, String)
Sends a response to the caller with the specified status code.
(Inherited from ICall.)
Public methodRingWithEarlyMedia
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.)
Public methodRingWithEarlyMedia(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.)
Public methodSendInfo
Sends INFO request to the other party.
(Inherited from ICall.)
Public methodSendInstantMessage(String)
Sends MESSAGE request to the other party.
(Inherited from ICall.)
Public methodSendInstantMessage(String, MimeType)
Sends MESSAGE request to the other party.
(Inherited from ICall.)
Public methodSendInstantMessage(String, String)
Sends MESSAGE request to the other party.
(Inherited from ICall.)
Public methodStart
Starts the outgoing call.
(Inherited from IOzPhoneCall.)
Public methodStartDTMFSignal(DtmfNamedEvents)
Starts sending the given DTMF signal continously until the StopDTMFSignal method called. The signalling mode will be detected automatically.
(Inherited from ICall.)
Public methodStartDTMFSignal(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.)
Public methodStopDTMFSignal
Stops the DTMF signalling.
(Inherited from ICall.)
Public methodToggleHold
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.)
Public methodUnhold
Takes the call off from hold. If the call is in progress, it has no effect.
(Inherited from IOzPhoneCall.)
Top
See Also