Platform SDK: TAPI |
Session operations are the core of most TAPI applications. The following material provides an overview of various types of session control and links to the appropriate reference pages on functions and methods.
The following table summarizes TAPI session operations.
Session operations | TAPI 2 | TAPI 3 |
---|---|---|
Initiate a session | lineMakeCall | ITAddress::CreateCall |
Respond to session initiated elsewhere | lineAnswer | ITBasicCallControl::Answer |
Session changes | lineCompleteCall | ITBasicCallControl::Connect
ITBasicCallControl::Disconnect ITBasicCallControl::Conference ITBasicCallControl::RemoveFromConference ITBasicCallControl::HandoffDirect ITBasicCallControl::HandoffInDirect ITBasicCallControl::ParkDirect |
Terminate a session | lineDrop | ITBasicCallControl::Disconnect
Release interfaces involved in a session, usually at least ITCall, ITCallInfo, and ITBasicCallControl. |