Click or drag to resize
ISIPMessageManipulator Interface
Input/Output SIP Message Manipulator.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface ISIPMessageManipulator

The ISIPMessageManipulator type exposes the following members.

Methods
  NameDescription
Public methodModifyIncomingMessage
Modifies the incoming SIP message.
Public methodModifyOutgoingMessage
Modifies the outgoing SIP message.
Public methodPrepareAdditionalHeaders
Calculates additional header fields for the outgoing SIP message.
Top
Remarks
During the SIP communication the SIP stack sends and receives messages that can be manipulated through this Manipulator interface. As the system is totally closed, therefore the messages can only be modified by string manipulation right before sending or after receiving them. It is possible to inster new extension headers into the messages according to the content.
See Also