Used to find out the phone number called.
PhoneNum is string
PhoneNum = tapiCalledID(CallID)
Message("Call in progress: " + PhoneNum + "...")
Syntax
<Result> = tapiCalledID([<Call identifier>])
<Result>: Character string
Phone number called.
<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. For an outgoing call (tapiDial), the current call corresponds to the outgoing call.
Remarks
Required configuration
Telephony functions use TAPI 2.0 technology and/or TAPI 3.1 technology. These technologies can be used on all systems.