Click or drag to resize
TapiLine Methods

The TapiLine type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the line. Closing the line stops monitoring of incoming calls on the line.
Public methodDeviceSpecific(Byte, TapiAddress, TapiCall, Int32)
Provides access to device specific functionality.
Public methodCode exampleDeviceSpecific(Object, TapiAddress, TapiCall, Type)
Provides access to device specific functionality.
Public methodDeviceSpecificFeature(Byte, UInt32, Int32)
Provides access to device specific features.
Public methodCode exampleDeviceSpecificFeature(Object, UInt32, Type)
Provides access to device specific features.
Public methodCode exampleDial(String, Boolean)
Dials an outgoing call on the line.
Public methodCode exampleDial(String, Boolean, TapiMediaMode)
Dials an outgoing call on the line using specified media mode.
Public methodCode exampleDial(String, Boolean, TapiMediaMode, String)
Dials an outgoing call on the line using specified media mode and originating address.
Public methodCode exampleDial(String, Boolean, TapiMediaMode, TapiAddress)
Dials an outgoing call on the line using specified media mode and originating TapiAddress.
Public methodCode exampleNegotiateDeviceSpecificExtensionVersion
Negotiates a version of the device specific extension to use with the line.
Public methodCode exampleOpen(Boolean, TapiCallHandler)
Opens the line. After the line is opened, it can be used to monitor incoming calls and/or to place outgoing calls.
Public methodCode exampleOpen(Boolean, TapiCallHandler, TapiMediaMode)
Opens the line for calls with selected media types (modes). After the line is opened, it can be used to monitor incoming calls and/or to place outgoing calls.
Public methodCode exampleOpen(Boolean, TapiCallHandler, TapiMediaMode, TapiCallPrivilege)
Opens the line for calls with selected media types (modes) and call privileges. After the line is opened, it can be used to monitor incoming calls and/or to place outgoing calls.
Public methodPickup(String, String)
Picks up a call ringing at the specified phone number or extension.
Public methodPickup(String, String, TapiAddress)
Picks up a call ringing at the specified phone number or extension.
Public methodCode exampleSetupConference
Sets up a conference call for the addition of the third party.
Public methodCode exampleSetupForwarding
Sets up forwarding of calls destined for the specified address on the line, according to the specified forwarding instructions.
Public methodToString
Overriden. Returns a string that contains the name of the line.
(Overrides ObjectToString.)
Public methodUnpark(String)
Retrieves the call parked at the specified phone number or extension.
Public methodUnpark(String, TapiAddress)
Retrieves the call parked at the specified phone number or extension.
Top
See Also