TAPIEx ActiveX Control v3.6

OpenPrivilege

Property OpenPrivilege As PHONEPRIVILEGE
Read/Write: Read and Write

Description

Set the privilege options of the specified phone device. It can be one of following value
Constant Value Description
PRIVILEGE_MONITOR 1 An application that opens a phone device with the monitor privilege is informed about events and state changes occurring on the phone. The application cannot invoke any operations on the phone device that would change its state, so only status operations can be invoked. Multiple applications can monitor a phone device at any given time.

PRIVILEGE_OWNER

[default]

2 An application that opens a phone device with the owner privilege is allowed to change the state of the lamps, ringer, display, hookswitch, and data blocks of the phone. Opening a phone device in owner mode also provides monitoring of the phone device. Only one application is allowed to be the owner of a phone device at any given time.

Remarks

Set this value before Open the phone.

See Also

ITAPIPhone.Open