/mcp// high priority fax messages. DWORD m_oldHighPriorityFaxMsgs; // specifies the number of old // high priority fax messages. } MSG_SUMMARY; Message Summary Dirn Use the CCiscoLineDevSpecificSetMsgSummaryDirn class to turn the message waiting lamp on or off and to provide voice and fax message counts for the line specified by a parameter and is independent of the hLine parameter. Be aware that this extension does not require an extension version to be negotiated. Note CCiscoLineDevSpecific | +--CCiscoLineDevSpecificSetMsgSummaryDirn Class Detail class CCiscoLineDevSpecificSetMsgSummaryDirn : public CCiscoLineDevSpecific { public: CCiscoLineDevSpecificSetMsgSummaryDirn() : CCiscoLineDevSpecific(SLDST_MSG_SUMMARY_DIRN) {} virtual ~CCiscoLineDevSpecificSetMsgSummaryDirn() {} virtual DWORD dwSize(void) const {return sizeof(*this)-4;} DWORD m_BlinkRate; char m_Dirn[25]; MSG_SUMMARY m_MessageSummary; }; Parameters DWORD m_MsgType equals SLDST_MSG_SUMMARY_DIRN. DWORD m_BlinkRate is as in the CCiscoLineDevSpecificSetMsgSummary message. char m_Dirn[25] is the directory number for which the message waiting lamp should be set. MSG_SUMMARY m_MessageSummary A data structure with the following format: typedef struct { DWORD m_voiceCounts; // indicates if new voice counts are // provided. True = counts will be displayed // on supported phones. Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 352 Cisco Device-Specific Extensions Message Summary Dirn
