Ozeki VoIP SDK Class library
SIPHeaderMapping Constructor (sipField, callVariable, customValue)
NamespacesOzeki.VoIP.SIPSIPHeaderMappingSIPHeaderMapping(SIPMappingField, CallProperty, String)
Creates a new instance of the SIPHeaderMapping class.
Declaration Syntax
C#Visual BasicVisual C++
public SIPHeaderMapping(
	SIPMappingField sipField,
	CallProperty callVariable,
	string customValue
)
Public Sub New ( 
	sipField As SIPMappingField,
	callVariable As CallProperty,
	customValue As String
)
public:
SIPHeaderMapping(
	SIPMappingField sipField, 
	CallProperty callVariable, 
	String^ customValue
)
Parameters
sipField (SIPMappingField)
The SIP field.
callVariable (CallProperty)
The call property.
customValue (String)
The custom value.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290