Ozeki VoIP SDK Class library
IPBXCall Interface
NamespacesOzeki.VoIP.PBXIPBXCall
Declaration Syntax
C#Visual BasicVisual C++
public interface IPBXCall : ICall, 
	IBaseCall
Public Interface IPBXCall
	Inherits ICall, IBaseCall
public interface class IPBXCall : ICall, 
	IBaseCall
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
Answer()()()()
Answers the incoming call.
(Inherited from ICall.)
Answer(CallType)
Answers the incoming call with the specified media types.
(Inherited from ICall.)
AttendedTransfer(ICall)
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(String)
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 ICall.)
CallID
Gets the unique identifier of the call.
(Inherited from IBaseCall.)
CallState
Gets the state of the call.
(Inherited from IBaseCall.)
CallStateChanged
Occurs when the state of the call has changed.
(Inherited from IBaseCall.)
CallType
Gets information about the type of the call. (i.e.: Audio, Video, AudioVideo)
(Inherited from ICall.)
CallTypeChanged
Occurs when the call type changed.
(Inherited from ICall.)
CustomProperties
Gets a collection that can be used for storing custom values for the call.
(Inherited from ICall.)
DialInfo
Gets basic information about the call such as caller ID or dialed number.
(Inherited from IBaseCall.)
DtmfReceived
Occurs when the other party stopped the DTMF signalling.
(Inherited from ICall.)
DtmfStarted
Occurs when the other party started the DTMF signalling.
(Inherited from ICall.)
Forward(String)
Forwards the incoming call to another phone.
(Inherited from ICall.)
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 ICall.)
Hold()()()()
Puts the call on hold. If the call is already on local hold, it has no effect.
(Inherited from ICall.)
InfoDataReceived
Occurs when the other party sent data in a SIP INFO request.
(Inherited from ICall.)
InfoResponseReceived
Occurs when response received to a sent SIP INFO request.
(Inherited from ICall.)
InstantMessageReceived
Occurs when an the other party sent an instant message.
(Inherited from ICall.)
InstantMessageResponseReceived
Occurs when a delivery response arrived to a sent message.
(Inherited from ICall.)
IsAnswered
Gets a boolean value indicating whether the call has been answered.
(Inherited from IBaseCall.)
IsIncoming
Gets if the call is an incoming call.
(Inherited from IBaseCall.)
Media
Gets the media manager that handles the media.
(Inherited from ICall.)
ModifyCallType(CallType)
Modifies the media used during the call.
(Inherited from ICall.)
OtherParty
Gets information about the remote party.
(Inherited from ICall.)
Owner
Gets the owner of the call.
(Inherited from IBaseCall.)
ReasonOfState
Gets the textual context of the call state.
(Inherited from IBaseCall.)
Reject()()()()
Rejects the incoming call.
(Inherited from ICall.)
Reject(String)
Rejects the incoming call.
(Inherited from ICall.)
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 ICall.)
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 ICall.)
SendInfo(InfoData)
Sends INFO request to the other party.
(Inherited from ICall.)
SendInstantMessage(String)
Sends MESSAGE request to the other party.
(Inherited from ICall.)
SendInstantMessage(String, String)
Sends MESSAGE request to the other party.
(Inherited from ICall.)
SendInstantMessage(String, MimeType)
Sends MESSAGE request to the other party.
(Inherited from ICall.)
Start()()()()
Starts the outgoing call.
(Inherited from ICall.)
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(DtmfNamedEvents)
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 ICall.)
TransferInfo
Gets information about the call transfer.
(Inherited from ICall.)
TransferStateChanged
Occurs when the transfer state changed.
(Inherited from ICall.)
Unhold()()()()
Takes the call off from hold. If the call is in progress, it has no effect.
(Inherited from ICall.)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290