McDewey

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

Page 233

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

LINEADDRESSSTATE_FORWARD The forwarding status of the address changed, including the number of rings for determining a no-answer condition. The application should check the address status to determine details about the current forwarding status of the address. LINEADDRESSSTATE_TERMINALS The terminal settings for the address changed. LINEADDRESSSTATE_CAPSCHANGE Indicates that due to configuration changes that the user made, or other circumstances, one or more of the members in the LINEADDRESSCAPS structure for the address changed. The application should use lineGetAddressCaps to read the updated structure. Applications that support API versions earlier than 1.4 receive a LINEDEVSTATE_REINIT message that requires them to shut down and reinitialize their connection to TAPI to obtain the updated information. dwParam3 This parameter is not used. LINE_APPNEWCALL The LINE_APPNEWCALL message informs an application when a new call handle is spontaneously created on its behalf (other than through an API call from the application, in which case the handle would have been returned through a pointer parameter that passed into the function). Function Details LINE_APPNEWCALL dwDevice = (DWORD) hLine; dwCallbackInstance = (DWORD) dwInstanceData; dwParam1 = (DWORD) dwAddressID; dwParam2 = (DWORD) hCall; dwParam3 = (DWORD) dwPrivilege; Parameters dwDevice The handle of the application to the line device on which the call was created. dwCallbackInstance The callback instance that is supplied when the line belonging to the call is opened. dwParam1 Identifier of the address on the line on which the call appears. dwParam2 The handle of the application to the new call. dwParam3 The privilege of the application to the new call (LINECALLPRIVILEGE_OWNER or LINECALLPRIVILEGE_MONITOR). Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 201 Basic TAPI Implementation LINE_APPNEWCALL