McDewey

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

Page 423

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

0 – if this Remote Destination is not Active 1 or greater – when this Remote Destination need to be set as Active Remote Destination lineHold Enhancement The CciscoLineDevSpecificHoldEx class is used to put a call on hold and specifies media content that is played while a call is on hold. Message Details class CciscoLineDevSpecificHoldEx: public CCiscoLineDevSpecific { public: CciscoLineDevSpecificHoldEx() : CCiscoLineDevSpecific(SLDST_HOLD_EX) {} virtual ~ CciscoLineDevSpecificHoldEx() {} char m_MediaContentId [MAX_CISCO_TSP_MEDIA_CONTENT_ID_SIZE]; DWORD m_MediaContentIdLength; virtual DWORD dwSize(void) const {return sizeof(this) - sizeof(void);} }; Parameters char m_MediaContentId [MAX_CISCO_TSP_MEDIA_CONTENT_ID_SIZE] String that represents media content identifier (mediaContentID). Only known to UCM (uploaded to UCM) media content can be played. DWORD m_MediaContentIdLength Actual length of the string in the m_MediaContentId field. Cisco Line Device Feature Extensions CCiscoLineDevSpecificFeature represents the parent class. Currently, it consist of only one subclass: CCiscoLineDevSpecificFeature_DoNotDisturb, which allows applications to enable and disable the Do-Not-Disturb feature on a device. This following sections describe the line device feature-specific extensions to the TAPI structures that Cisco TSP supports: • CCiscoLineDevSpecificFeature, on page 391 • Do-Not-Disturb, on page 393 • Do-Not-Disturb Change Notification Event, on page 393 CCiscoLineDevSpecificFeature This section provides information on how to invoke Cisco-specific TAPI extensions with the CCiscoLineDevSpecificFeature class, which represents the parent class to all the following classes. Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 391 Cisco Device-Specific Extensions lineHold Enhancement

Page 423 content