세션 작업

세션 작업은 대부분의 TAPI 애플리케이션의 핵심입니다. 다음 자료는 다양한 유형의 세션 제어에 대한 개요와 함수 및 메서드의 적절한 참조 페이지에 대한 링크를 제공합니다.

다음 표에서는 TAPI 세션 작업을 요약합니다.

세션 작업 TAPI 2.x TAPI 3.x
세션 시작 lineMakeCalllineTranslateAddress
ITAddress::CreateCallITAddressTranslation
ITAddressTranslationInfo
다른 곳에서 시작된 세션에 응답 lineAnswerlineAccept
ITBasicCallControl::Answer
세션 변경 완료
회의
다이얼
Drop
앞으로
전달
보류
공원
픽업
리디렉션
세션 보호
전달
lineCompleteCalllineUnCompleteCall
linePrepareAddToConference
lineAddToConference
lineSetupConference
lineGetConfRelatedCalls
lineDial
lineDrop
lineForward
lineHandoff
lineHold
lineSwapHold
lineUnhold
linePark
lineUnpark
linePickup
lineRedirect
lineSecureCall
lineBlindTransfer
lineSetupTransfer
lineCompleteTransfer
ITBasicCallControl::Connect ITBasicCallControl::D isconnect
ITBasicCallControl::Conference
ITBasicCallControl::RemoveFromConference
ITBasicCallControl::Finish
ITBasicCallControl::D ial
ITAddress::Forward
ITBasicCallControl::HandoffDirect
ITBasicCallControl::HandoffInDirect
ITBasicCallControl::Hold
ITBasicCallControl::P arkDirect
ITBasicCallControl::P arkInDirect
ITBasicCallControl::P ickup
ITBasicCallControl::Transfer
ITBasicCallControl::BlindTransfer
세션 종료 lineDroplineDeallocateCall
ITBasicCallControl::D isconnect 세션과 관련된 릴리스 인터페이스(일반적으로 적어도 ITCall, ITCallInfoITBasicCallControl).