Input/Output SIP Message Manipulator.

C# | Visual Basic | Visual C++ |
public interface ISIPMessageManipulator
Public Interface ISIPMessageManipulator
public interface class ISIPMessageManipulator

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | 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.
|

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