Click or drag to resize
SIPHeaderMapping Class
Provides data for pairing a SIP header field (eg. From.UserName) with a call property (eg. CallerID).
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPSIPHeaderMapping

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class SIPHeaderMapping

The SIPHeaderMapping type exposes the following members.

Constructors
  NameDescription
Public methodSIPHeaderMapping(SIPMappingField, CallProperty)
Creates a new instance of the SIPHeaderMapping class.
Public methodSIPHeaderMapping(SIPMappingField, CallProperty, String)
Creates a new instance of the SIPHeaderMapping class.
Top
Methods
Properties
  NameDescription
Public propertyCallProperty
Gets the call property.
Public propertyCustomValue
Gets or sets the custom value for the SIP header or call property (depends on incoming or outgoing mapping).
Public propertySIPField
Gets the SIP header field.
Top
See Also