LINEADDRFEATURE_ Constants

The LINEADDRFEATURE_ constants list the operations that can be invoked on an address using this API.

LINEADDRFEATURE_FORWARD
The address can be forwarded.
LINEADDRFEATURE_MAKECALL
An outbound call can be placed on the address.
LINEADDRFEATURE_PICKUP
A call can be picked up at the address.
LINEADDRFEATURE_SETMEDIACONTROL
Media control can be set on this address.
LINEADDRFEATURE_SETTERMINAL
The terminal modes for this address can be set.
LINEADDRFEATURE_SETUPCONF
A conference call with a NULL initial call can be set up at this address.
LINEADDRFEATURE_UNCOMPLETECALL
Call completion requests can be canceled at this address.
LINEADDRFEATURE_UNPARK
Calls can be unparked using this address.

Not extensible. All 32 bits are reserved.

This datatype is used both in LINEADDRESSCAPS (returned by TSPI_lineGetAddressCaps) and in LINEADDRESSSTATUS (returned by TSPI_lineGetAddressStatus). LINEADDRESSCAPS reports the availability of the address features by the service provider (mainly the switch) for a given address. An application would make this determination when it initializes. LINEADDRESSSTATUS reports, for a given address, the address features that can actually be invoked while the address is in the current state. An application can make this determination dynamically, after address state changes that are typically caused by call-related activities on the address.

See Also

LINEADDRESSCAPS, LINEADDRESSSTATUS, TSPI_lineGetAddressCaps, TSPI_lineGetAddressStatus