Ozeki VoIP SDK Class library
OutboundCallHeaderMapping Class
NamespacesOzeki.VoIP.SIPOutboundCallHeaderMapping
Contains SIP header mappings for outbound SIP messages.
Declaration Syntax
C#Visual BasicVisual C++
public class OutboundCallHeaderMapping : IOutboundCallHeaderMapping
Public Class OutboundCallHeaderMapping
	Implements IOutboundCallHeaderMapping
public ref class OutboundCallHeaderMapping : IOutboundCallHeaderMapping
Members
All MembersConstructorsMethods



IconMemberDescription
OutboundCallHeaderMapping()()()()
Creates a new instance of the OutboundCallHeaderMapping 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(SIPMappingField)
Retrieves a SIP header mapping for the given SIP field from the collection.

GetValue(SIPMappingField, InviteArgs)
Retrieves the value of the SIP mapping field from the given INVITE parameters.

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

Remarks
When sending a SIP message, the property of the call (such as caller ID) can be bound to a SIP message header.
Inheritance Hierarchy
Object
OutboundCallHeaderMapping

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