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



IconMemberDescription
AcceptTransfer(Int32)
AcknowledgeSent
AttendedTransferRequest
BeginCall(ISIPCall)
BeginCall(ISIPCall, List<(Of <<'(SIPHeader>)>>))
BeginCall(ISIPCall, MediaDescription)
BeginCall(ISIPCall, MediaDescription, List<(Of <<'(SIPHeader>)>>))
BlindTransferRequest
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()()()()
Cancel(List<(Of <<'(SIPHeader>)>>))
Cancelled
CustomFrom
CustomTo
HangUp()()()()
HangUp(List<(Of <<'(SIPHeader>)>>))
HungUp
InfoSent
IsIncoming
Gets if the call is an incoming call.
(Inherited from IBaseCall.)
MediaDescription
MessageSent
MidDialogOKSent
NotifyTransferState(TransferState)
OtherParty
Owner
ReasonOfState
Gets the textual context of the call state.
(Inherited from IBaseCall.)
RejectTransfer()()()()
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)
SendMessage(Message)
SendMidDialogOK(MediaEventArgs)
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)
SendSessionProgress(SDPEventArgs) (Inherited from ICallEstablisher.)
SendTemporarilyUnavailable(ResponseEventArgs) (Inherited from ICallEstablisher.)
SendUnsupportedMediaType(UnSupportedMediaTypeArgs) (Inherited from ICallEstablisher.)
SendUseProxy(RedirectionEventArgs) (Inherited from ICallEstablisher.)
SessionModificationRequested

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243