TAPIEx ActiveX Control v3.6

Address_Features

The Address_Features property obtain the Specifies the features available for this address

Property Address_Features As 
LINEADDRFEATURE

Parameters

None.

Return Values

Value Meaning
ADDRFEATURE_FORWARD The address can be forwarded.
ADDRFEATURE_MAKECALL An outgoing call can be placed on the address.
ADDRFEATURE_PICKUP A call can be picked up at the address.
ADDRFEATURE_PICKUPDIRECT The linePickup function can be used to pick up a call on a specific address.
ADDRFEATURE_PICKUPGROUP ADDRFEATURE_PICKUPGROUP
ADDRFEATURE_PICKUPHELD The linePickup function (with a null destination address) can be used to pick up a call that is held on the address. This is normally used only in a bridged-exclusive arrangement.
ADDRFEATURE_PICKUPWAITING The linePickup function (with a null destination address) can be used to pick up a call waiting call. Note that this does not necessarily indicate that a waiting call is actually present, because it is often impossible for a telephony device to automatically detect such a call; it does, however, indicate that the hook-flash function will be invoked to attempt to switch to such a call.
ADDRFEATURE_SETMEDIACONTROL Media control can be set on this address.
ADDRFEATURE_SETTERMINAL ADDRFEATURE_SETTERMINAL
ADDRFEATURE_SETUPCONF A conference call with a NULL initial call can be set up at this address.
ADDRFEATURE_UNCOMPLETECALL Call completion requests can be canceled at this address.
ADDRFEATURE_UNPARK Calls can be unparked using this address.
ADDRFEATURE_FORWARDDND The lineForward function (with an empty destination address) can be used to turn on the Do Not Disturb feature on the address. ADDRFEATURE_FORWARD will also be set.
ADDRFEATURE_FORWARDFWD The lineForward function can be used to forward calls on the address to other numbers. ADDRFEATURE_FORWARD will also be set.

Remarks

None.

See Also

None.