Click or drag to resize
ISIPMessageManipulatorModifyOutgoingMessage Method
Modifies the outgoing SIP message.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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