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: 1.8.12.0 (1.8.12)
Syntax
public SIPHeaderMapping GetMapping(
	CallProperty callProperty
)

Parameters

callProperty
Type: Ozeki.VoIPCallProperty
The call property.

Return Value

Type: SIPHeaderMapping
The SIP header mapping.
See Also