ISIPMessageManipulator Interface |
Input/Output SIP Message Manipulator.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic interface ISIPMessageManipulator
Public Interface ISIPMessageManipulator
public interface class ISIPMessageManipulator
type ISIPMessageManipulator = interface end
The ISIPMessageManipulator type exposes the following members.
Methods
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