TAPIEx ActiveX Control v3.6

Line_Features

The Line_Features property constants list the operations that can be invoked on a line .

Property Line_Features 
As LINEFEATURE

Parameters

None.

Return Values

LINEFEATURE
Value Meaning
FEATURE_DEVSPECIFIC


Device-specific operations can be used on the line.
FEATURE_DEVSPECIFICFEAT
Device-specific features can be used on the line.
FEATURE_FORWARD
Forwarding of all addresses can be used on the line.
FEATURE_FORWARDDND
The lineForward function (with an empty destination address) can be used to turn on the Do Not Disturb feature on all addresses on the line. FEATURE_FORWARD will also be set. This flag is exposed only to applications that negotiate a TAPI version of 2.0 or higher.
FEATURE_FORWARDFWD
The lineForward function can be used to forward calls on all address on the line to other numbers. FEATURE_FORWARD will also be set. This flag is exposed only to applications that negotiate a TAPI version of 2.0 or higher.
FEATURE_MAKECALL
An outgoing call can be placed on this line using an unspecified address.
FEATURE_SETDEVSTATUS
The lineSetLineDevStatus function can be invoked on the line device. This flag is exposed only to applications that negotiate a TAPI version of 2.0 or higher.
FEATURE_SETMEDIACONTROL
Media control can be set on this line.
FEATURE_SETTERMINAL
Terminal modes for this line can be set.

Remarks

None.

See Also

None.