/mcpTAPI line functions supported lineUnpark, on page 198 lineAccept The lineAccept function accepts the specified offered call. Function Details LONG lineAccept(HCALL hCall, LPCSTR lpsUserUserInfo, DWORD dwSize ); Parameters hCall A handle to the call to be accepted. The application must be an owner of the call. Call state of hCall must be offering. lpsUserUserInfo A pointer to a string that contains user-user information to be sent to the remote party as part of the call accept. Leave this pointer NULL if you do not want to send user-user information. User-user information is sent only if supported by the underlying network. The protocol discriminator member for the user-user information, if required, should appear as the first byte of the buffer that is pointed to by lpsUserUserInfo and must be accounted for in dwSize. The Cisco Unified TSP does not support user-user information. Note dwSize The size in bytes of the user-user information in lpsUserUserInfo. If lpsUserUserInfo is NULL, no user-user information gets sent to the calling party, and dwSize is ignored. lineAddProvider The lineAddProvider function installs a new telephony service provider into the telephony system. Function Details LONG WINAPI lineAddProvider( LPCSTR lpszProviderFilename, HWND hwndOwner, LPDWORD lpdwPermanentProviderID ); Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 146 Basic TAPI Implementation lineAccept
