LINEPARKMODE (Compact 2013)

3/26/2014

These bit-flag constants describe different ways of parking calls.

The following table shows the LINEPARKMODE constants.

Value

Description

LINEPARKMODE_DIRECTED = 0x00000001

Specifies directed call park. The address where the call is to be parked must be supplied to the switch.

LINEPARKMODE_NONDIRECTED = 0x00000002

Specifies nondirected call park. The address where the call is parked is selected by the switch and provided by the switch to the application.

Remarks

These constants cannot be extended. All 32 bits are reserved.

The LINEPARKMODE constants are used when parking a call. Consult a line's address device capabilities to find out which park mode is available.

Requirements

Header

tapi.h

See Also

Reference

TAPI Constants