McDewey

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

Page 210

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

dwCountryCode The country code of the called party. If a value of 0 is specified, the implementation uses a default. lpCallParams The dwNoAnswerTimeout attribute of the lpCallParams field is checked and if specified as non-zero, automatically disconnects a call if not answered after the specified time. For more information, see LINECALLPARAMS, on page 343. lineMonitorDigits The lineMonitorDigits function enables and disables the unbuffered detection of digits that are received on the call. Each time that a digit of the specified digit mode is detected, a message gets sent to the application to indicate which digit has been detected. Function Details LONG lineMonitorDigits( HCALL hCall, DWORD dwDigitModes ); Parameters hCall A handle to the call on which digits are to be detected. The call state of hCall can be any state except idle or disconnected. dwDigitModes The digit mode or modes that are to be monitored. If dwDigitModes is zero, the system cancels digit monitoring. This parameter which can have multiple flags set, uses the following LINEDIGITMODE_constant: LINEDIGITMODE_DTMF -Detect digits as DTMF tones. Valid digits for DTMF include ‘0’ through ‘9’, ‘*’, and ‘#’. lineMonitorTones The lineMonitorTones function enables and disables the detection of inband tones on the call. Each time that a specified tone is detected, a message gets sent to the application. Function Details LONG lineMonitorTones( HCALL hCall, LPLINEMONITORTONE const lpToneList, DWORD dwNumEntries ); Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 178 Basic TAPI Implementation lineMonitorDigits

Page 210 content