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: 10.4.54.0
Syntax
public class Destination : IDialplanResult

The Destination type exposes the following members.

Constructors
 NameDescription
Public methodDestinationInitializes a new instance of the Destination class
Public methodDestination(DialInfo)Initializes a new instance of the Destination class
Public methodDestination(String)Initializes a new instance of the Destination class
Top
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
Methods
 NameDescription
Public methodAddAdditionalParameter 
Public methodClone 
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodToString
(Overrides ObjectToString)
Top
See Also