Click or drag to resize
InboundCallHeaderMapping Class
Contains SIP header mappings for inbound SIP messages.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPInboundCallHeaderMapping

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

The InboundCallHeaderMapping type exposes the following members.

Constructors
  NameDescription
Public methodInboundCallHeaderMapping
Creates a new instance of the InboundCallHeaderMapping class.
Top
Methods
  NameDescription
Public methodAddMapping
Adds a SIP header mapping to the collection.
Public methodAddOrUpdateMapping
Adds a SIP header mapping to the collection or updates the existing mapping according to the call property.
Public methodClone
Creates a deep copy from the mapping collection.
Public methodGetMapping
Retrieves a SIP header mapping for the given call property from the collection.
Public methodRemoveMapping
Removes a SIP header mapping from the collection.
Top
Remarks
The property of the call will be determined by a SIP header mapping. When a SIP message received the InboundCallHeaderMapping will takes place and bind the property of the call (such as Caller ID) to one of the SIP header fields.
See Also