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



IconMemberDescription
Accept()()()()
Answers the incoming call.
(Inherited from ICall.)
Accept(CallType)
Answers the incoming call with the specified media types.
(Inherited from ICall.)
AcceptTransfer(Int32) (Inherited from ISIPCall.)
AcknowledgeSent (Inherited from ISIPCall.)
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.)
AttendedTransferRequest (Inherited from ISIPCall.)
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.)
BlindTransferRequest (Inherited from ISIPCall.)
ByeSent (Inherited from ISIPCall.)
CallDetails (Inherited from ISIPCall.)
CallDetails
Gets extended information about the call.
(Inherited from ICall.)
CallerID (Inherited from ISIPCall.)
CallerIDAsCaller (Inherited from ISIPCall.)
CallErrorOccured
Occurs when call error occurred during the call process.
(Inherited from IBaseCall.)
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.)
Cancelled (Inherited from ISIPCall.)
DialedNumber (Inherited from ISIPCall.)
DialInfo
Gets the other party's number.
(Inherited from ICall.)
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.)
ForwardCall(String)
Forwards the incoming call to another phone number.
(Inherited from ICall.)
HangUp()()()()
Hangs up the call. If the outgoing call has not been answered yet, cancels it.
(Inherited from ICall.)
HoldCall()()()()
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.)
InfoSent (Inherited from ISIPCall.)
InstantMessageDataReceived
Occurs when an the other party sent an instant message.
(Inherited from ICall.)
InstantMessageSendError
Occurs when an error occurred when sending instant message to the other party.
(Inherited from ICall.)
InternalCallStateChanged (Inherited from ISIPCall.)
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.)
MediaDescription (Inherited from ISIPCall.)
MessageSent (Inherited from ISIPCall.)
MidDialogOKSent (Inherited from ISIPCall.)
ModifyCallType(CallType)
Modifies the media used during the call.
(Inherited from ICall.)
NotifyTransferState(TransferState) (Inherited from ISIPCall.)
Owner (Inherited from ISIPCall.)
ReasonOfState
Gets the textual context of the call state.
(Inherited from IBaseCall.)
Reject()()()()
Rejects the incoming call.
(Inherited from ICall.)
RejectTransfer()()()() (Inherited from ISIPCall.)
ResponseFailureSent (Inherited from ICallEstablisher.)
ResponseOKSent (Inherited from ICallEstablisher.)
ResponseProvisionalSent (Inherited from ICallEstablisher.)
ResponseRedirectionSent (Inherited from ICallEstablisher.)
SendAcknowledge(InviteEventArgs) (Inherited from ISIPCall.)
SendBye()()()() (Inherited from ISIPCall.)
SendCancel()()()() (Inherited from ISIPCall.)
SendFailureResponse(ResponseEventArgs) (Inherited from ICallEstablisher.)
SendInfo(InfoEventArgs) (Inherited from ISIPCall.)
SendInfo(String, String, String)
Sends INFO request to the other party.
(Inherited from ICall.)
SendInitialInvite(ISIPCall) (Inherited from ISIPCall.)
SendInitialInvite(ISIPCall, MediaDescription) (Inherited from ISIPCall.)
SendInstantMessage(MimeType, String)
Sends MESSAGE request to the other party.
(Inherited from ICall.)
SendMessage(Message) (Inherited from ISIPCall.)
SendMidDialogOK(InviteEventArgs) (Inherited from ISIPCall.)
SendOK(InviteEventArgs) (Inherited from ICallEstablisher.)
SendProvisionalResponse(SDPEventArgs) (Inherited from ICallEstablisher.)
SendRedirectionResponse(RedirectionEventArgs) (Inherited from ICallEstablisher.)
SendSessionModificationRequest(InviteEventArgs) (Inherited from ISIPCall.)
SessionModificationRequested (Inherited from ISIPCall.)
SessionModificationRequestFinished (Inherited from ISIPCall.)
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.)
UnholdCall()()()()
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: 10.1.12.649