Click or drag to resize
PBXLocalCall Class
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class PBXLocalCall : LocalCallWrapper, 
	IPBXSessionCall, IPBXCall, ICall, IBaseCall, IOzBaseCall, 
	IOzPhoneCall, ISessionCall

The PBXLocalCall type exposes the following members.

Constructors
  NameDescription
Public methodPBXLocalCall
Initializes a new instance of the PBXLocalCall class
Top
Methods
  NameDescription
Public methodAnswer (Inherited from LocalCallWrapper.)
Public methodAnswer(CallType) (Inherited from LocalCallWrapper.)
Public methodAttendedTransfer (Inherited from LocalCallWrapper.)
Public methodBlindTransfer (Inherited from LocalCallWrapper.)
Public methodForward (Inherited from LocalCallWrapper.)
Public methodGetSIPInfo (Inherited from AbstractLocalCall.)
Public methodHangUp (Inherited from LocalCallWrapper.)
Public methodHold (Inherited from LocalCallWrapper.)
Public methodModifyCallType (Inherited from LocalCallWrapper.)
Public methodNotifyTransferState (Inherited from LocalCallWrapper.)
Protected methodOnAnswering (Inherited from AbstractLocalCall.)
Protected methodOnCallStateChanged (Inherited from BaseAbstractCall.)
Public methodOnCallTypeChanged (Inherited from AbstractLocalCall.)
Public methodOnDtmfReceived (Inherited from AbstractLocalCall.)
Public methodOnDtmfStarted (Inherited from AbstractLocalCall.)
Public methodOnInfoDataReceived (Inherited from AbstractLocalCall.)
Public methodOnInfoResponseReceived (Inherited from AbstractLocalCall.)
Public methodOnInstantMessageReceived (Inherited from AbstractLocalCall.)
Public methodOnInstantMessageResponseReceived (Inherited from AbstractLocalCall.)
Protected methodOnPropertyChanged (Inherited from BaseAbstractCall.)
Public methodOnRedirected (Inherited from BaseAbstractCall.)
Protected methodOnStarting (Inherited from AbstractLocalCall.)
Protected methodOnTransferStateChanged (Inherited from AbstractLocalCall.)
Public methodReject (Inherited from LocalCallWrapper.)
Public methodReject(String) (Inherited from LocalCallWrapper.)
Public methodReplace (Inherited from LocalCallWrapper.)
Public methodRespond(ResponseCodes) (Inherited from LocalCallWrapper.)
Public methodRespond(ResponseCodes, String) (Inherited from LocalCallWrapper.)
Public methodRingWithEarlyMedia (Inherited from LocalCallWrapper.)
Public methodRingWithEarlyMedia(CallType) (Inherited from LocalCallWrapper.)
Public methodSendInfo (Inherited from LocalCallWrapper.)
Public methodSendInstantMessage(String) (Inherited from LocalCallWrapper.)
Public methodSendInstantMessage(String, MimeType) (Inherited from LocalCallWrapper.)
Public methodSendInstantMessage(String, String) (Inherited from LocalCallWrapper.)
Public methodStart (Inherited from LocalCallWrapper.)
Public methodStartDTMFSignal(DtmfNamedEvents) (Inherited from LocalCallWrapper.)
Public methodStartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode) (Inherited from LocalCallWrapper.)
Public methodStartWithBlindTransfer (Inherited from LocalCallWrapper.)
Public methodStopDTMFSignal (Inherited from LocalCallWrapper.)
Public methodToggleHold (Inherited from LocalCallWrapper.)
Public methodUnhold (Inherited from LocalCallWrapper.)
Public methodUpdateMediaDescription (Inherited from BaseAbstractCall.)
Top
Properties
  NameDescription
Public propertyBye (Inherited from LocalCallWrapper.)
Public propertyCallerIDAsCaller (Inherited from LocalCallWrapper.)
Public propertyCallError (Inherited from LocalCallWrapper.)
Public propertyCallID (Inherited from LocalCallWrapper.)
Public propertyCallState (Inherited from LocalCallWrapper.)
Public propertyCallStateManager (Inherited from LocalCallWrapper.)
Public propertyCallType (Inherited from LocalCallWrapper.)
Public propertyCancel (Inherited from LocalCallWrapper.)
Public propertyCustomProperties (Inherited from LocalCallWrapper.)
Public propertyDialInfo (Inherited from LocalCallWrapper.)
Public propertyDialParams (Inherited from LocalCallWrapper.)
Public propertyEnableInBandDTMFDetection (Inherited from AbstractLocalCall.)
Public propertyInfo (Inherited from LocalCallWrapper.)
Public propertyInnerCall (Inherited from LocalCallWrapper.)
Public propertyInternalMediaManager (Inherited from LocalCallWrapper.)
Public propertyInvite (Inherited from LocalCallWrapper.)
Public propertyIsAnswered (Inherited from LocalCallWrapper.)
Public propertyIsIncoming (Inherited from LocalCallWrapper.)
Public propertyMedia (Inherited from LocalCallWrapper.)
Public propertyMediaDescription (Inherited from LocalCallWrapper.)
Public propertyMessage (Inherited from LocalCallWrapper.)
Public propertyOtherParty (Inherited from LocalCallWrapper.)
Public propertyOwner (Inherited from LocalCallWrapper.)
Public propertyReasonOfState (Inherited from LocalCallWrapper.)
Public propertyTransfer (Inherited from LocalCallWrapper.)
Public propertyTransferInfo (Inherited from LocalCallWrapper.)
Top
Events
See Also