Allows you to simulate the use of phone keys.
tapiSendKey("123456789ABCD*#", LIST_CallList[LIST_CallList])
Syntax
<Result> = tapiSendKey(<Set of Keys> [, <Call identifier>])
<Result>: Boolean
- True if the dialing was performed,
- False otherwise.
<Set of Keys>: Character string
Set of keys to simulate.
<Call identifier>: Optional integer
Identifier of the call to be handled. This identifier is defined in the WLanguage procedure called by tapiListen. The current call is handled if this parameter is not specified.
Remarks
tapiSendKey cannot be called in the procedure for call detection (defined by
tapiListen).