McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 183

↗ View in doc context
page
183
source
cucm/v15/tapi-dev-guide/tapi-dev-guide.md
chunk_id
cucm::v15::tapi-dev-guide::tapi-dev-guide::185

Function Details LONG lineCompleteTransfer( HCALL hCall, HCALL hConsultCall, LPHCALL lphConfCall, DWORD dwTransferMode ); Parameters hCall A handle to the call to be transferred. The application must be an owner of this call. The call state of hCall must be onHold, onHoldPendingTransfer. hConsultCall A handle to the call that represents a connection with the destination of the transfer. The application must be comprise an owner of this call. The call state of hConsultCall must be connected, ringback, busy, or proceeding. lphConfCall A pointer to a memory location where an hCall handle can be returned. If dwTransferMode is LINETRANSFERMODE_CONFERENCE, the newly created conference call is returned in lphConfCall and the application becomes the sole owner of the conference call. Otherwise, TAPI ignores this parameter. dwTransferMode Specifies how the initiated transfer request is to be resolved. This parameter uses the following LINETRANSFERMODE_constant: • LINETRANSFERMODE_TRANSFER—Resolve the initiated transfer by transferring the initial call to the consultation call. • LINETRANSFERMODE_CONFERENCE—The transfer gets resolved by establishing a three-way conference among the application, the party connected to the initial call, and the party connected to the consultation call. Selecting this option creates a conference call. lineConfigProvider The lineConfigProvider function causes a service provider to display its configuration dialog box. This basically provides a straight pass-through to TSPI_providerConfig. Function Details LONG WINAPI lineConfigProvider( HWND hwndOwner, DWORD dwPermanentProviderID ); Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 151 Basic TAPI Implementation lineConfigProvider

Page 183 content