McDewey

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

Page 295

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

Values Members The size in bytes of the variably sized address field that contains the address of a caller to be forwarded and the offset in bytes from the beginning of the containing data structure. The dwCallerAddressSize/Offset member gets set to zero if dwForwardMode is not one of the following choices:LINEFORWARDMODE_BUSYNASPECIFIC, LINEFORWARDMODE_NOANSWSPECIFIC, LINEFORWARDMODE_UNCONDSPECIFIC, or LINEFORWARDMODE_BUSYSPECIFIC. dwCallerAddressSize dwCallerAddressOffset The country code of the destination address to which the call is to be forwarded. dwDestCountryCode The size in bytes of the variably sized address field that contains the address where calls are to be forwarded and the offset in bytes from the beginning of the containing data structure. dwDestAddressSize dwDestAddressOffset LINEFORWARDLIST The LINEFORWARDLIST structure describes a list of forwarding instructions. Structure Details typedef struct lineforwardlist_tag { DWORD dwTotalSize; DWORD dwNumEntries; LINEFORWARD ForwardList[1]; } LINEFORWARDLIST, FAR *LPLINEFORWARDLIST; Members Values Members The total size in bytes of the data structure. dwTotalSize Number of entries in the array, specified as ForwardList[ ]. dwNumEntries An array of forwarding instruction. The array entries specify type LINEFORWARD. ForwardList[ ] LINEGENERATETONE The LINEGENERATETONE structure contains information about a tone to be generated. The lineGenerateTone and TSPI_lineGenerateTone functions use this structure. Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 263 Basic TAPI Implementation LINEFORWARDLIST

Page 295 diagram