Ozeki VoIP SDK Class library
InboundCallHeaderMapping Class
NamespacesOzeki.VoIP.SIPInboundCallHeaderMapping
Contains SIP header mappings for inbound SIP messages.
Declaration Syntax
C#Visual BasicVisual C++
public class InboundCallHeaderMapping
Public Class InboundCallHeaderMapping
public ref class InboundCallHeaderMapping
Members
All MembersConstructorsMethods



IconMemberDescription
InboundCallHeaderMapping()()()()
Creates a new instance of the InboundCallHeaderMapping class.

AddMapping(SIPHeaderMapping)
Adds a SIP header mapping to the collection.

AddOrUpdateMapping(SIPHeaderMapping)
Adds a SIP header mapping to the collection or updates the existing mapping according to the call property.

Clone()()()()
Creates a deep copy from the mapping collection.

GetMapping(CallProperty)
Retrieves a SIP header mapping for the given call property from the collection.

RemoveMapping(SIPHeaderMapping)
Removes a SIP header mapping from the collection.

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.
Inheritance Hierarchy
Object
InboundCallHeaderMapping

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