Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 500
   
8-34
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 8      Session Object
Notes On Message Filters
    m_Args.AddItem "SkillGroupNumber",90
    m_Args.AddItem "PeripheralID",5004
    m_session.DisableSkillGroupStatistics m_Args
   'Don't need arguments any more
   Set m_Arg = Nothing
End Sub
Filtering CCM Based Silent Monitor Calls
If a monitor mode application does not wish to receive events for silent monitor calls, it can include the 
"HideSilentMonitorCalls" keyword in the filter given to CtiOsSession.SetMessageFilter() to tell CTI OS 
Server to hide events for silent monitor calls. Please see All Calls Sample.NET for an example of the use 
of this filter.