|
|
|
|
|
- Limitation
- Required configuration
tapiDevice (Function) In french: telPériphérique Selects the TAPI device that will be used during the following telephony operations:
sTAPIList is string = tapiDeviceList()
ListAdd(COMBO_TAPI, sTAPIList)
...
tapiDevice(COMBO_TAPI[COMBO_TAPI])
Syntax
<Result> = tapiDevice(<Device name>)
<Result>: Boolean - True if the device was selected. The selected device will be used for all the other telephony operations.
- False if an error occurs.
<Device name>: Character string Name of the device to use. The list of telephony devices is returned by tapiDeviceList. Remarks tapiDevice cannot be called in the procedure for call detection (defined by tapiListen). Required configuration Telephony functions use TAPI 2.0 technology and/or TAPI 3.1 technology. These technologies can be used on all systems.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|