Click or drag to resize
Destination Class
Contains destination details for the dial plan.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPDestination

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

The Destination type exposes the following members.

Constructors
  NameDescription
Public methodDestination
Initializes a new instance of the Destination class
Public methodDestination(String)
Initializes a new instance of the Destination class
Public methodDestination(DialInfo)
Initializes a new instance of the Destination class
Top
Methods
Properties
  NameDescription
Public propertyAdditionalParameters
Provides a placeholder for additional parameters during routing
Public propertyDialInfo
Gets or sets the caller ID and dialed number for the destination.
Public propertyExtensionID
Gets or sets the ID of the extensions who will be called.
Public propertyRingTime
Gets or sets the ring time of the destination (in seconds).
Public propertyType
Gets the type of the dial plan destination.
Top
See Also