Click or drag to resize

IPBXSessionCall Interface


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public interface IPBXSessionCall : IPBXCall, 
	ICall, IBaseCall, IOzBaseCall, IOzPhoneCall, ISessionCall

The IPBXSessionCall type exposes the following members.

Properties
 NameDescription
Public propertyBye
(Inherited from ISessionCall)
Public propertyCallerIDAsCaller
(Inherited from ISessionCall)
Public propertyCallID
(Inherited from IOzBaseCall)
Public propertyCallState
(Inherited from IOzBaseCall)
Public propertyCallStateManager
(Inherited from ISessionCall)
Public propertyCallType
(Inherited from ICall)
Public propertyCancel
(Inherited from ISessionCall)
Public propertyCustomProperties
(Inherited from ICall)
Public propertyDialInfo
(Inherited from IBaseCall)
Public propertyInfo
(Inherited from ISessionCall)
Public propertyInvite
(Inherited from ISessionCall)
Public propertyIsAnswered
(Inherited from IOzBaseCall)
Public propertyIsIncoming
(Inherited from IOzBaseCall)
Public propertyMedia
(Inherited from IOzPhoneCall)
Public propertyMediaDescription
(Inherited from ISessionCall)
Public propertyMessage
(Inherited from ISessionCall)
Public propertyOtherParty
(Inherited from ICall)
Public propertyOwner
(Inherited from IBaseCall)
Public propertyReasonOfState
(Inherited from IOzBaseCall)
Public propertyTransfer
(Inherited from ISessionCall)
Public propertyTransferInfo
(Inherited from ICall)
Top
Methods
 NameDescription
Public methodAnswer
(Inherited from IOzPhoneCall)
Public methodAnswer(CallType)
(Inherited from IOzPhoneCall)
Public methodAttendedTransfer
(Inherited from ICall)
Public methodBlindTransfer
(Inherited from IOzPhoneCall)
Public methodForward
(Inherited from IOzPhoneCall)
Public methodGetSIPInfo
(Inherited from ISessionCall)
Public methodHangUp
(Inherited from IOzPhoneCall)
Public methodHold
(Inherited from IOzPhoneCall)
Public methodModifyCallType
(Inherited from ICall)
Public methodReject
(Inherited from IOzPhoneCall)
Public methodReject(String)
(Inherited from IOzPhoneCall)
Public methodRespond(ResponseCodes)
(Inherited from ICall)
Public methodRespond(ResponseCodes, String)
(Inherited from ICall)
Public methodRingWithEarlyMedia
(Inherited from IOzPhoneCall)
Public methodRingWithEarlyMedia(CallType)
(Inherited from IOzPhoneCall)
Public methodSendInfo
(Inherited from ICall)
Public methodSendInstantMessage(String)
(Inherited from ICall)
Public methodSendInstantMessage(String, MimeType)
(Inherited from ICall)
Public methodSendInstantMessage(String, String)
(Inherited from ICall)
Public methodStart
(Inherited from IOzPhoneCall)
Public methodStartDTMFSignal(DtmfNamedEvents)
(Inherited from ICall)
Public methodStartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode)
(Inherited from ICall)
Public methodStopDTMFSignal
(Inherited from ICall)
Public methodToggleHold
(Inherited from IOzPhoneCall)
Public methodUnhold
(Inherited from IOzPhoneCall)
Top
Events
 NameDescription
Public eventCallStateChanged
(Inherited from IOzBaseCall)
Public eventCallTypeChanged
(Inherited from ICall)
Public eventDtmfReceived
(Inherited from IOzPhoneCall)
Public eventDtmfStarted
(Inherited from IOzPhoneCall)
Public eventForwarding
(Inherited from IOzBaseCall)
Public eventInfoDataReceived
(Inherited from ICall)
Public eventInfoResponseReceived
(Inherited from ICall)
Public eventInstantMessageReceived
(Inherited from ICall)
Public eventInstantMessageResponseReceived
(Inherited from ICall)
Public eventInternalCallStateChanged
(Inherited from ISessionCall)
Public eventRedirected
(Inherited from IOzBaseCall)
Public eventTransferStateChanged
(Inherited from ICall)
Top
See Also