Click or drag to resize
LocalCall Class
A helyi gepen letrehozott hivas objektum, melyet az API-rol iranyithatunk.
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class LocalCall : AbstractLocalCall, IInternalLocalCall

The LocalCall type exposes the following members.

Constructors
  NameDescription
Protected methodLocalCall
Initializes a new instance of the LocalCall class
Top
Methods
  NameDescription
Public methodAnswer (Overrides AbstractLocalCallAnswer.)
Public methodAnswer(CallType) (Overrides AbstractLocalCallAnswer(CallType).)
Public methodAttendedTransfer (Overrides AbstractLocalCallAttendedTransfer(ICall).)
Public methodBlindTransfer (Overrides AbstractLocalCallBlindTransfer(String).)
Public methodCanAcceptInvite
Protected methodClose
Public methodStatic memberCreateIncoming
Public methodStatic memberCreateOutgoing
Public methodEnsureRinging
Public methodForward (Overrides AbstractLocalCallForward(String).)
Public methodGetReasonPhrase(Int32, String)
Protected methodGetReasonPhrase(ResponseCodes, String)
Public methodGetSIPInfo (Inherited from AbstractLocalCall.)
Public methodHangUp (Overrides AbstractLocalCallHangUp.)
Public methodHold (Overrides AbstractLocalCallHold.)
Public methodModifyCallType (Overrides AbstractLocalCallModifyCallType(CallType).)
Public methodNotifyTransferState (Overrides AbstractLocalCallNotifyTransferState(TransferStateChangedEventArgs).)
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 (Overrides BaseAbstractCallOnRedirected(RedirectionInfo).)
Protected methodOnStarting (Inherited from AbstractLocalCall.)
Protected methodOnTransferStateChanged (Inherited from AbstractLocalCall.)
Public methodReject (Overrides AbstractLocalCallReject.)
Public methodReject(String) (Overrides AbstractLocalCallReject(String).)
Public methodReplace (Inherited from AbstractLocalCall.)
Public methodRespond(ResponseCodes) (Overrides AbstractLocalCallRespond(ResponseCodes).)
Public methodRespond(ResponseCodes, String) (Overrides AbstractLocalCallRespond(ResponseCodes, String).)
Public methodRingWithEarlyMedia (Overrides AbstractLocalCallRingWithEarlyMedia.)
Public methodRingWithEarlyMedia(CallType) (Overrides AbstractLocalCallRingWithEarlyMedia(CallType).)
Public methodSendInfo (Overrides AbstractLocalCallSendInfo(InfoData).)
Public methodSendInstantMessage(String) (Overrides AbstractLocalCallSendInstantMessage(String).)
Public methodSendInstantMessage(String, MimeType) (Overrides AbstractLocalCallSendInstantMessage(String, MimeType).)
Public methodSendInstantMessage(String, String) (Overrides AbstractLocalCallSendInstantMessage(String, String).)
Public methodSetOtherParty
Public methodStart (Overrides BaseAbstractCallStart.)
Public methodStartDTMFSignal(DtmfNamedEvents) (Overrides AbstractLocalCallStartDTMFSignal(DtmfNamedEvents).)
Public methodStartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode) (Overrides AbstractLocalCallStartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode).)
Public methodStartWithBlindTransfer (Overrides AbstractLocalCallStartWithBlindTransfer.)
Public methodStopDTMFSignal (Overrides AbstractLocalCallStopDTMFSignal(DtmfNamedEvents).)
Public methodToggleHold (Overrides AbstractLocalCallToggleHold.)
Public methodUnhold (Overrides AbstractLocalCallUnhold.)
Public methodUpdateMediaDescription (Inherited from BaseAbstractCall.)
Top
Properties
  NameDescription
Public propertyBye (Overrides BaseAbstractCallBye.)
Public propertyCallerIDAsCaller (Inherited from BaseAbstractCall.)
Public propertyCallError (Inherited from BaseAbstractCall.)
Public propertyCallID (Inherited from AbstractLocalCall.)
Public propertyCallRequestScheduler
Public propertyCallState (Overrides BaseAbstractCallCallState.)
Public propertyCallStateManager (Inherited from BaseAbstractCall.)
Public propertyCallType (Overrides AbstractLocalCallCallType.)
Public propertyCancel (Overrides BaseAbstractCallCancel.)
Public propertyCheckedLocalCSeq
Public propertyCustomProperties (Inherited from AbstractLocalCall.)
Public propertyCSequencer
Public propertyDialInfo (Overrides BaseAbstractCallDialInfo.)
Public propertyDialParams (Overrides AbstractLocalCallDialParams.)
Public propertyDtmfManager
Public propertyEnableInBandDTMFDetection (Inherited from AbstractLocalCall.)
Public propertyInfo (Overrides BaseAbstractCallInfo.)
Public propertyInternalMediaManager (Inherited from AbstractLocalCall.)
Public propertyInvite (Overrides BaseAbstractCallInvite.)
Public propertyIsAnswered (Inherited from BaseAbstractCall.)
Public propertyIsIncoming (Inherited from AbstractLocalCall.)
Public propertyMedia (Inherited from AbstractLocalCall.)
Public propertyMediaDescription (Overrides BaseAbstractCallMediaDescription.)
Public propertyMediaSession
Public propertyMessage (Overrides BaseAbstractCallMessage.)
Public propertyOtherParty (Inherited from AbstractLocalCall.)
Public propertyOtherPartyInfo
Public propertyOwner (Inherited from BaseAbstractCall.)
Public propertyReasonOfState (Inherited from BaseAbstractCall.)
Public propertyRequestContainer
Public propertySync
Public propertyTransfer (Overrides BaseAbstractCallTransfer.)
Public propertyTransferInfo (Inherited from AbstractLocalCall.)
Public propertyTransferParams
Top
Events
See Also