Returns the date and time of the end of call.
DateTimeEndCall is DateTime
DateTimeEndCall = tapiCallEnd()
Syntax
<Result> = tapiCallEnd([<Call identifier>])
<Result>: DateTime
Date and time of the end of the call.
<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
Availability of information
The information is available:
- at any time for the last outgoing call
- until the end of the call for the incoming calls. If this information must be stored, it must be saved before the end of call. The information will be available until the status of the WLanguage procedure is set to tapiLineDisconnected.
Required configuration
Telephony functions use TAPI 2.0 technology and/or TAPI 3.1 technology. These technologies can be used on all systems.