McDewey

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

Page 396

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

Class Details class CCiscoLineDevSpecificJoin : public CCiscoLineDevSpecific{ public: CCiscoLineDevSpecificJoin () : CCiscoLineDevSpecific(SLDST_JOIN) {} virtual ~ CCiscoLineDevSpecificJoin () {} DWORD m_CallIDsToJoinCount; CALLIDS_TO_JOIN m_CallIDsToJoin; virtual DWORD dwSize(void) const {return sizeof(*this)-4;} // subtract out the virtual function table pointer }; Parameters DWORD m_MsgType Equals SLDST_JOIN DWORD m_CallIDsToJoinCount The number of callIDs that are contained in the m_CallIDsToJoin parameter. CALLIDS_TO_JOIN m_CallIDsToJoin A data structure that contains an array of dwCallIDs to join with the following format: typedef struct { DWORD CallID; // dwCallID to Join } CALLIDS_TO_JOIN[MAX_CALLIDS_TO_JOIN]; where MAX_CALLIDS_TO_JOIN is defined as: const DWORD MAX_CALLIDS_TO_JOIN = 14; HCALL hCall (in LineDevSpecific parameter list) Equals the handle of the call that is being joined with callIDsToJoin to create the conference. Set User SRTP Algorithm IDs The CciscoLineDevSpecificUserSetSRTPAlgorithmID class gets used to allow applications to set SRTP algorithm IDs. To use this class, ensure the lineNegotiateExtVersion API is called before opening the line. When calling lineNegotiateExtVersion, ensure the highest bit or second highest bit is set on both the dwExtLowVersion and dwExtHighVersion parameters. This causes the call to lineOpen to behave differently. The line does not actually opens, but waits for a lineDevSpecific call to complete the open with more information. Provide the extra information that is required in the CciscoLineDevSpecificUserSetSRTPAlgorithmID class. This extension is only available if extension version 0x80070000, 0x4007000 or higher is negotiated. Note Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 364 Cisco Device-Specific Extensions Class Details

Image 1 from page 396