Click or drag to resize

SIPMessageLogger Class

Captures incoming and outgoing SIP messages.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSIPMessageLogger

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class SIPMessageLogger

The SIPMessageLogger type exposes the following members.

Constructors
 NameDescription
Public methodSIPMessageLoggerInitializes a new instance of the SIPMessageLogger class
Top
Methods
 NameDescription
Public methodStart Starts logging the inbound and outbound SIP messages. NOTE: if the SIP message logger has started, it can severely decrease the performance of the program.
Public methodStop Stops the SIP message logging.
Top
Events
 NameDescription
Public eventSIPMessageReceived SIP message received by the SIP Stack.
Public eventSIPMessageSent SIP message sent by the SIP Stack.
Top
Remarks
When using SIP message logger, it can severely decrease the performance of the program.
See Also