Click or drag to resize

ISIPMessageManipulatorModifyOutgoingMessage Method

Modifies the outgoing SIP message.

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

Parameters

outgoingMessageInfo
Type: Ozeki.VoIPMessageModifierInfo
Contains information about the incoming SIP message.

Return Value

Type: String
Text representation of the modified SIP message.
See Also