Click or drag to resize

InboundCallHeaderMappingAddOrUpdateMapping 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: 10.4.54.0
Syntax
public bool AddOrUpdateMapping(
	SIPHeaderMapping mapping
)

Parameters

mapping  SIPHeaderMapping
The header mapping.

Return Value

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