Click or drag to resize

OutboundCallHeaderMappingRemoveMapping Method

Removes a SIP header mapping from the collection.

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

Parameters

mapping
Type: Ozeki.VoIPSIPHeaderMapping
The mapping that will be removed.

Return Value

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