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()()()()
Accept incoming call object.
(Inherited from ICall.)
Accept(CallType)
Accept incoming call object.
(Inherited from ICall.)
AcceptTransfer(Int32) (Inherited from ISIPCall.)
AcknowledgeSent (Inherited from ISIPCall.)
AttachListener(ICall, IPhoneCallListener)
Attaches a PhoneCallListener object to the given call.
(Inherited from IPhoneCallListenerCombinator.)
AttendedTransfer(ICall)
Transfer the call to another phone device. An attended transfer is a transfer made after notifying the destination party of the transfer.
(Inherited from ICall.)
AttendedTransferRequest (Inherited from ISIPCall.)
BeginCall(ISIPCall) (Inherited from ISIPCall.)
BeginCall(ISIPCall, List<(Of <<'(SIPHeader>)>>)) (Inherited from ISIPCall.)
BeginCall(ISIPCall, MediaDescription) (Inherited from ISIPCall.)
BeginCall(ISIPCall, MediaDescription, List<(Of <<'(SIPHeader>)>>)) (Inherited from ISIPCall.)
BlindTransfer(String)
Transfer the call to another phone device. 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.)
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.)
Cancel()()()() (Inherited from ISIPCall.)
Cancel(List<(Of <<'(SIPHeader>)>>)) (Inherited from ISIPCall.)
Cancelled (Inherited from ISIPCall.)
CustomFrom (Inherited from ISIPCall.)
CustomTo (Inherited from ISIPCall.)
DetachListener(ICall, IPhoneCallListener)
Detaches a PhoneCallListener object from the given call.
(Inherited from IPhoneCallListenerCombinator.)
DialInfo
Gets the other party's number.
(Inherited from ICall.)
DtmfReceived
Some DTMF has finished.
(Inherited from ICall.)
DtmfStarted
Some DTMF event has started.
(Inherited from ICall.)
ForwardCall(String)
Forward the incoming call to another phone device.
(Inherited from ICall.)
GetVoIPMediaFormats()()()()
Get the list of media formats
(Inherited from ICall.)
HangUp()()()() (Inherited from ISIPCall.)
HangUp(List<(Of <<'(SIPHeader>)>>)) (Inherited from ISIPCall.)
HangUp()()()()
Hang Up the call.
(Inherited from ICall.)
Hold()()()()
Hold the call.
(Inherited from ICall.)
HungUp (Inherited from ISIPCall.)
InfoDataReceived
Info data has arrived.
(Inherited from ICall.)
InfoSent (Inherited from ISIPCall.)
InstantMessageDataReceived
Instant message data has received.
(Inherited from ICall.)
InstantMessageSendError
Indicates the possible errors while It is trying to send Instant message.
(Inherited from ICall.)
IsIncoming
Gets if the call is an incoming call.
(Inherited from IBaseCall.)
MediaDataReceived
Some decoded media data has arrived.
(Inherited from ICall.)
MediaDescription (Inherited from ISIPCall.)
MediaDescriptionChanged
The event handler for media description change
(Inherited from ICall.)
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.)
OtherParty (Inherited from ISIPCall.)
Owner (Inherited from ISIPCall.)
PlainMediaData
Receives media data decoded as pcm or as plain compressed format.
(Inherited from ICall.)
PlainMediaDataReceived
Some encoded media data has arrived.
(Inherited from ICall.)
ReasonOfState
Gets the textual context of the call state.
(Inherited from IBaseCall.)
Reject()()()()
Reject incoming call object.
(Inherited from ICall.)
RejectTransfer()()()() (Inherited from ISIPCall.)
ResponseBusySent (Inherited from ICallEstablisher.)
ResponseGenericSent (Inherited from ICallEstablisher.)
ResponseMovedPermanentlySent (Inherited from ICallEstablisher.)
ResponseMovedTemporarilySent (Inherited from ICallEstablisher.)
ResponseNotAcceptableHereSent (Inherited from ICallEstablisher.)
ResponseNotFoundSent (Inherited from ICallEstablisher.)
ResponseOKSent (Inherited from ICallEstablisher.)
ResponseQueuedSent (Inherited from ICallEstablisher.)
ResponseRingingSent (Inherited from ICallEstablisher.)
ResponseSessionProgressSent (Inherited from ICallEstablisher.)
ResponseTemporarilyUnavailableSent (Inherited from ICallEstablisher.)
ResponseUnsupportedMediaTypeSent (Inherited from ICallEstablisher.)
ResponseUseProxySent (Inherited from ICallEstablisher.)
SendAcknowledge(MediaEventArgs) (Inherited from ICallEstablisher.)
SendBusy(BusyEventArgs) (Inherited from ICallEstablisher.)
SendGenericResponse(GenericResponseEventArgs) (Inherited from ICallEstablisher.)
SendInfo(InfoEventArgs) (Inherited from ISIPCall.)
SendInfo(String, String, String)
Sends info method to the other party.
(Inherited from ICall.)
SendInstantMessage(MimeType, String)
Sends Message to the other party.
(Inherited from ICall.)
SendMediaData(Int32, VoIPMediaData)
Sends raw media data with media type.
(Inherited from ICall.)
SendMessage(Message) (Inherited from ISIPCall.)
SendMidDialogOK(MediaEventArgs) (Inherited from ISIPCall.)
SendMovedPermanently(RedirectionEventArgs) (Inherited from ICallEstablisher.)
SendMovedTemporarily(RedirectionEventArgs) (Inherited from ICallEstablisher.)
SendNotAcceptableHere(ResponseEventArgs) (Inherited from ICallEstablisher.)
SendNotFound(ResponseEventArgs) (Inherited from ICallEstablisher.)
SendOK(SDPEventArgs) (Inherited from ICallEstablisher.)
SendQueued(ResponseEventArgs) (Inherited from ICallEstablisher.)
SendRinging(ResponseEventArgs) (Inherited from ICallEstablisher.)
SendSessionModificationRequest(MediaEventArgs) (Inherited from ISIPCall.)
SendSessionProgress(SDPEventArgs) (Inherited from ICallEstablisher.)
SendTemporarilyUnavailable(ResponseEventArgs) (Inherited from ICallEstablisher.)
SendUnsupportedMediaType(UnSupportedMediaTypeArgs) (Inherited from ICallEstablisher.)
SendUseProxy(RedirectionEventArgs) (Inherited from ICallEstablisher.)
SessionChanged
Occurs when the properties of the media channels has changed.
(Inherited from ICall.)
SessionModificationRequested (Inherited from ISIPCall.)
StartDTMFSignal(DtmfNamedEvents)
Start some DTMF event.
(Inherited from ICall.)
StartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode)
Start some DTMF event.
(Inherited from ICall.)
StopDTMFSignal(DtmfNamedEvents)
Stop some DTMF event.
(Inherited from ICall.)
StopDTMFSignal(DtmfNamedEvents, DtmfSignalingMode)
Stop some DTMF event.
(Inherited from ICall.)
SupportedMediaTypes
Gets the supported media types.
(Inherited from ICall.)
TransferInfo
Gets information about the call transfer
(Inherited from ICall.)
TransferStateChanged
Occurs when the transfer state changed.
(Inherited from ICall.)

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243