LINETERMSHARING_ Constants

The LINETERMSHARING_ bit flag constants describe different ways in which a terminal can be shared between line devices, addresses, or calls.

LINETERMSHARING_PRIVATE
The terminal device is private to a single line device.
LINETERMSHARING_SHAREDEXCL
The terminal device can be used by multiple lines. The last line device to do a TSPI_lineSetTerminal to the terminal for a given terminal mode will have exclusive connection to the terminal for that mode.
LINETERMSHARING_SHAREDCONF
The terminal device can be used by multiple lines. The TSPI_lineSetTerminal requests of the various terminals are "merged" or conferenced at the terminal.

Not extensible. All 32 bits are reserved.

These constants describe the classes of control and information streams that can be routed directly between a line device and a terminal device (such as a phone set).

See Also

LINEDEVCAPS, TSPI_lineSetTerminal