Click or drag to resize

ISIPMessageManipulatorModifyOutgoingMessage Method

Modifies the outgoing SIP message.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
string ModifyOutgoingMessage(
	MessageModifierInfo outgoingMessageInfo
)

Parameters

outgoingMessageInfo  MessageModifierInfo
Contains information about the incoming SIP message.

Return Value

String
Text representation of the modified SIP message.
See Also