Click or drag to resize
SIPHeaderMapping Constructor (SIPMappingField, CallProperty)
Creates a new instance of the SIPHeaderMapping class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SIPHeaderMapping(
	SIPMappingField sipField,
	CallProperty callVariable
)

Parameters

sipField
Type: Ozeki.VoIPSIPMappingField
The SIP field (eg. From..
callVariable
Type: Ozeki.VoIPCallProperty
The call property.
See Also