Click or drag to resize

InboundCallHeaderMappingGetMapping Method

Retrieves a SIP header mapping for the given call property from the collection.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public SIPHeaderMapping GetMapping(
	CallProperty callProperty
)

Parameters

callProperty  CallProperty
The call property.

Return Value

SIPHeaderMapping
The SIP header mapping.
See Also