LINEADDRESSSHARING_ Constants

The LINEADDRESSSHARING_ bit-flag constants describe ways an address can be shared between lines.

LINEADDRESSSHARING_PRIVATE
The address is private to the user's line, and is not assigned to any other station.
LINEADDRESSSHARING_BRIDGEDEXCL
The address is bridged to one or more other stations. The first line to activate a call on the line has exclusive access to the address and calls that can exist on it. Other lines cannot use the bridged address while it is in use.
LINEADDRESSSHARING_BRIDGEDNEW
The address is bridged with one or more other stations. The first line to activate a call on the line has exclusive access to only the corresponding call. Other applications that use the address result in new and separate call appearances.
LINEADDRESSSHARING_BRIDGEDSHARED
The address is bridged with one or more other lines. All bridged parties can share in calls on the address, which then functions as a conference.
LINEADDRESSSHARING_MONITORED
This is an address whose idle/busy status is made available to this line.

Not extensible. All 32 bits are reserved.

The way in which an address is shared across lines can affect the behavior of that address. LINE_CALLSTATE and LINE_ADDRESSSTATE messages are sent to the application in response to activities by the bridging stations. An application can track the status of the address in these messages.

See Also

LINE_ADDRESSSTATE, LINE_CALLSTATE, LINEADDRESSCAPS