Click or drag to resize
InternalDialInfo Class
Contains dial information of a call.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPInternalDialInfo

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class InternalDialInfo : IEquatable<InternalDialInfo>

The InternalDialInfo type exposes the following members.

Constructors
Methods
  NameDescription
Public methodClone
Creates a deep copy of the instance.
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(InternalDialInfo)
Public methodSetDefaults
Updates the null values using the given SIP identity address.
Top
Extension Methods
  NameDescription
Public Extension MethodToDialInfo (Defined by ExDialInfo.)
Top
Properties
  NameDescription
Public propertyCallerDisplay
Gets or sets the display name of the caller.
Public propertyCallerID
Gets the ID of the caller.
Public propertyDialed
Gets the dialed number or dialed user ID.
Public propertySIPCallerID
Gets the full SIP address of the caller.
Public propertySIPDialed
Gets the full SIP address of the dialed number.
Top
See Also