Click or drag to resize
OutboundCallHeaderMappingAddOrUpdateMapping Method
Adds a SIP header mapping to the collection or updates the existing mapping according to the call property.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool AddOrUpdateMapping(
	SIPHeaderMapping mapping
)

Parameters

mapping
Type: Ozeki.VoIPSIPHeaderMapping
The header mapping.

Return Value

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