TSAPI Programming Notes

Tools (SDKs\TSAPI\TOOLS)

This directory contains the Tsapi Exerciser program.

Win32 (SDKs\TSAPI\Windows)

This directory contains the CSTA32.LIB and ATTPRIV32.LIB import libraries. These are private data version 6 files.

TSAPI Programming Notes

Closing Streams Before Exit

Your application must close all open streams -- preferably by calling acsAbortStream() -- before exiting.

acsCloseStream()

You must retrieve the ACSCloseStreamConfEvent by calling acsGetEventBlock() or acsGetEventPoll() if you use acsCloseStream(). Unless your application needs to see the ACSCloseStreamConfEvent, e.g. the PBX driver sends private data with the close confirmation in which you are interested, you should use acsAbortStream() instead.

DEFINITY Private Data Name Change

DEFINITY Private Data is the name of the software formerly called AT&T Private Data. All functions formerly contained in AT&T Private Data are provided by DEFINITY Private Data and the file names are the same.

Issue 1 October 2003 187

Page 187
Image 187
Avaya 1.3 manual Tsapi Programming Notes