Click or drag to resize

ISIPMessageManipulatorPrepareAdditionalHeaders Method

Calculates additional header fields for the outgoing SIP message.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
IEnumerable<PreparedExtensionHeader> PrepareAdditionalHeaders(
	MessageModifierInfo outgoingMessageInfo
)

Parameters

outgoingMessageInfo
Type: Ozeki.VoIPMessageModifierInfo
The text representation of outgoing SIP message.

Return Value

Type: IEnumerablePreparedExtensionHeader
Nonempty list of extra header field, otherwise null.
See Also