Click or drag to resize
TapiAddress Class
Represents an address (phone number or extension) associated with the line device.
Inheritance Hierarchy
SystemObject
  Traysoft.AddTapiTapiAddress

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public class TapiAddress

The TapiAddress type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Gets the phone number or extension assigned to the address.
Public propertyAddressFeatures
Describes the operations that can be invoked on this address.
Public propertyAddressID
Gets the address identifier for the address.
Public propertyCallFeatures
Describes features available for all calls on this address.
Public propertyDeviceSpecificInfo
Gets device specific information about the address.
Public propertyDeviceSpecificStatus
Gets device specific information about the status of the address.
Public propertyForwardModes
Indicates modes of forwarding available for this address.
Public propertyIsQueue
Indicates if this address is a queue.
Public propertyIsRoutePoint
Indicates if this address is a route point.
Public propertyMaxNoAnswerTimeout
Gets the maximum no answer timeout for calls on this address.
Public propertyMaxNumActiveCalls
Gets the maximum number of calls that can be active on the address.
Public propertySupportsPickupCallWaiting
Indicates if the call-waiting call can be picked on the address.
Public propertySupportsPredictiveDialing
Indicates if predictive dialing is supported on the address.
Top
Methods
  NameDescription
Public methodGetForwardingInfo
Gets a forwarding information for the address.
Top
Remarks
Telephony system is represented as a set of TapiLine objects, each with one or more addresses. Most systems have one line for each phone number or extension, with one address on each line. For systems with multiple addresses on each line, TapiAddress object is used to obtain information about available addresses and to specify originating address for outgoing calls.
See Also