|
|
|
|
- Limitation
- Required configuration
tapiDevice (Function) In french: telPériphérique Selects the TAPI device that will be used during the following telephony operations: // Retrieves the list of TAPI devices sTAPIList is string = tapiDeviceList() // Displays the list in a Combo Box control ListAdd(COMBO_TAPI, sTAPIList) ... // Selects the TAPI device chosen in the Combo Box control 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 occurred.
<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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|