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

The InternalDialInfo type exposes the following members.

Constructors
 NameDescription
Public methodInternalDialInfo Constructor for cloning and other kind of marhasagok.
Public methodInternalDialInfo(String, String, String, SIPAddress, SIPAddress) For internal use only!
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
Methods
 NameDescription
Public methodClone Creates a deep copy of the instance.
Public methodEquals(InternalDialInfo) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodSetDefaults Updates the null values using the given SIP identity address.
Top
Extension Methods
 NameDescription
Public Extension MethodToDialInfo
(Defined by ExDialInfo)
Top
See Also