McDewey

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

Page 404

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

// subtract out the virtual function table pointer }; Parameters DWORD m_MsgType Equals SLDST_USER_SET_INTERCOM_SPEEDDIAL DWORD SetOption Use this parameter to indicate whether the application wants to set a new intercom speed dial value or clear the previous value. 0 = clear, 1 = set. Char Intercom_DN [MAX_DIRN] A DN array that indicates the intercom target Char Intercom_Ascii_Label[MAX_DIRN] Indicates the ASCII value of the intercom line label Wchar_tIntercom_Unicode_Label[MAX_DIRN] Indicates the Unicode value of the intercom line label MAX_DIRN is defined as 25. Intercom Talk Back Use the CciscoLineIntercomTalkback class to allow the application to initiate talk back on an incoming intercom call on an intercom line. Be aware that this extension is only available if extension version 0x00080000 or higher is negotiated. Note CCiscoLineDevSpecific | +--CciscoLineIntercomTalkback Class Detail class CciscoLineIntercomTalkback: public CCiscoLineDevSpecific{ public: CCciscoLineIntercomTalkback () : CCiscoLineDevSpecific(SLDST_INTERCOM_TALKBACK) {} virtual ~ CciscoLineIntercomTalkback () {} virtual DWORD dwSize(void) const {return sizeof(*this)-4;} // subtract out the virtual function table pointer }; Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 372 Cisco Device-Specific Extensions Parameters

Image 1 from page 404

Page 404 content