Click or drag to resize

OutboundCallHeaderMappingGetMapping Method

Retrieves a SIP header mapping for the given SIP field from the collection.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public SIPHeaderMapping GetMapping(
	SIPMappingField sipField
)

Parameters

sipField
Type: Ozeki.VoIPSIPMappingField
The call property.

Return Value

Type: SIPHeaderMapping
The SIP header mapping.
See Also