Click or drag to resize
OutboundCallHeaderMapping Class
Contains SIP header mappings for outbound SIP messages.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPOutboundCallHeaderMapping

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

The OutboundCallHeaderMapping type exposes the following members.

Constructors
  NameDescription
Public methodOutboundCallHeaderMapping
Creates a new instance of the OutboundCallHeaderMapping 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 SIP field from the collection.
Public methodGetValue
Retrieves the value of the SIP mapping field from the given INVITE parameters.
Public methodRemoveMapping
Removes a SIP header mapping from the collection.
Top
Remarks
When sending a SIP message, the property of the call (such as caller ID) can be bound to a SIP message header.
See Also