Ozeki VoIP SDK Class library
ISIPMessageManipulator Interface
NamespacesOzeki.VoIP.SIPISIPMessageManipulator
Input/Output SIP Message Manipulator.
Declaration Syntax
C#Visual BasicVisual C++
public interface ISIPMessageManipulator
Public Interface ISIPMessageManipulator
public interface class ISIPMessageManipulator
Members
All MembersMethods



IconMemberDescription
ModifyIncomingMessage(MessageModifierInfo)
Modifies the incoming SIP message.

ModifyOutgoingMessage(MessageModifierInfo)
Modifies the outgoing SIP message.

PrepareAdditionalHeaders(MessageModifierInfo)
Calculates additional header fields for the outgoing SIP message.

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.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290