Click or drag to resize

OutboundCallHeaderMappingAddMapping Method

Adds a SIP header mapping to the collection.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public bool AddMapping(
	SIPHeaderMapping mapping
)

Parameters

mapping  SIPHeaderMapping
The header mapping.

Return Value

Boolean
True, if successfully added; otherwise false.
See Also