Click or drag to resize

SIPHeaderMapping(SIPMappingField, CallProperty, String) Constructor

Creates a new instance of the SIPHeaderMapping class.

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

Parameters

sipField  SIPMappingField
The SIP field.
callVariable  CallProperty
The call property.
customValue  String
The custom value.
See Also