| TapiLine Methods |
The TapiLine type exposes the following members.
| Name | Description | |
|---|---|---|
| Close |
Closes the line. Closing the line stops monitoring of incoming calls on the line.
| |
| DeviceSpecific(Byte, TapiAddress, TapiCall, Int32) |
Provides access to device specific functionality.
| |
| DeviceSpecific(Object, TapiAddress, TapiCall, Type) |
Provides access to device specific functionality.
| |
| DeviceSpecificFeature(Byte, UInt32, Int32) |
Provides access to device specific features.
| |
| DeviceSpecificFeature(Object, UInt32, Type) |
Provides access to device specific features.
| |
| Dial(String, Boolean) |
Dials an outgoing call on the line.
| |
| Dial(String, Boolean, TapiMediaMode) |
Dials an outgoing call on the line using specified media mode.
| |
| Dial(String, Boolean, TapiMediaMode, String) |
Dials an outgoing call on the line using specified media mode and originating address.
| |
| Dial(String, Boolean, TapiMediaMode, TapiAddress) |
Dials an outgoing call on the line using specified media mode and originating TapiAddress.
| |
| NegotiateDeviceSpecificExtensionVersion |
Negotiates a version of the device specific extension to use with the line.
| |
| Open(Boolean, TapiCallHandler) |
Opens the line. After the line is opened, it can be used to monitor incoming calls and/or to place outgoing calls.
| |
| Open(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.
| |
| Open(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.
| |
| Pickup(String, String) |
Picks up a call ringing at the specified phone number or extension.
| |
| Pickup(String, String, TapiAddress) |
Picks up a call ringing at the specified phone number or extension.
| |
| SetupConference |
Sets up a conference call for the addition of the third party.
| |
| SetupForwarding |
Sets up forwarding of calls destined for the specified address on the line, according to the specified forwarding instructions.
| |
| ToString |
Overriden. Returns a string that contains the name of the line.
(Overrides ObjectToString.) | |
| Unpark(String) |
Retrieves the call parked at the specified phone number or extension.
| |
| Unpark(String, TapiAddress) |
Retrieves the call parked at the specified phone number or extension.
|