/mcpThis extension does not require an extension version to be negotiated. Note CCiscoLineDevSpecific | +--CCiscoLineDevSpecificMsgWaitingDirn Class Detail class CCiscoLineDevSpecificMsgWaitingDirn : public CCiscoLineDevSpecific { public: CCiscoLineDevSpecificMsgWaitingDirn() : CCiscoLineDevSpecific(SLDST_MSG_WAITING_DIRN) {} virtual ~CCiscoLineDevSpecificMsgWaitingDirn() {} virtual DWORD dwSize(void) const {return sizeof(*this)-4;} DWORD m_BlinkRate; char m_Dirn[25]; }; Parameters DWORD m_MsgType Specifies SLDST_MSG_WAITING_DIRN. DWORD m_BlinkRate As in the CCiscoLineDevSpecificMsgWaiting message. Cisco Unified IP Phone 7900 Series supports only PHONELAMPMODE_OFF and PHONELAMPMODE_STEADY Note char m_Dirn[25] The directory number for which the message waiting lamp should be set. Message Summary Use the CCiscoLineDevSpecificSetMsgSummary class to turn the message waiting lamp on or off as well as to provide voice and fax message counts for the line specified by the hLine parameter. Be aware that this extension does not require an extension version to be negotiated. Note CCiscoLineDevSpecific | +--CCiscoLineDevSpecificSetMsgSummary Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 350 Cisco Device-Specific Extensions Class Detail
