Click or drag to resize
IDialogLayer Interface

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IDialogLayer : ISIPProtocolLayer, 
	IDialogMessageHelper

The IDialogLayer type exposes the following members.

Methods
  NameDescription
Public methodDoesCreateDialog(Request) (Inherited from IDialogMessageHelper.)
Public methodDoesCreateDialog(Response) (Inherited from IDialogMessageHelper.)
Public methodGenerateResponse (Inherited from IDialogMessageHelper.)
Public methodHandleMessage
Handle the message in this layer.
(Inherited from ISIPProtocolLayer.)
Public methodIsTargetRefreshRequest (Inherited from IDialogMessageHelper.)
Public methodIsTerminateRequest (Inherited from IDialogMessageHelper.)
Public methodRegisterExtension
Public methodTransmitMessage
Transmit some message from this layer.
(Inherited from ISIPProtocolLayer.)
Top
Properties
  NameDescription
Public propertyItsLowerLayer
Lower layer of SIP Stack.
(Inherited from ISIPProtocolLayer.)
Public propertyItsUpperLayer
Upper layer of SIP Stack.
(Inherited from ISIPProtocolLayer.)
Top
See Also