Cisco Cisco Computer Telephony Integration Option 8.5 개발자 가이드

다운로드
페이지 668
 
5-27
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 5      CTI OS ActiveX Controls
The Silent Monitor StandAlone ActiveX Control
  [id(503)] void OnCallRTPStoppedEvent([in] IArguments 
*pIArguments);
  [id(802)] void OnSilentMonitorStatusReportEvent([in] IArguments 
*pIArguments);
  [id(803)] void OnStartSilentMonitorConf([in] IArguments 
*pIArguments);
  [id(804)] void OnStopSilentMonitorConf([in] IArguments 
*pIArguments);
  [id(805)] void OnSilentMonitorSessionDisconnected([in] 
IArguments *pIArguments);
 
//////////////////////////////////////////////////////////////////////
////
};
Following is a brief description of each event. These events are described in detail 
in the Session Object and Silent Monitor Object sections of 
Table 5-3
SilentMonitor Com Object Events
Event
Description
OnConnection
Indicates that the connect method was 
successful in establishing a connection.
OnConnectionFailure
Indicates that an active connection has failed. 
Can also indicate a bad parameter in the 
Connect method 
OnMonitorModeEstablished
Signals a successful call to SetMsgFilter. The 
call to Setmsgfilter is hidden by the 
Standalone control.
OnConnectionClosed
Disconnect was called and the connection is 
now closed.
OnControlFailureConf
A ControlFailureConf was received and can 
be handled.
OnCtiOsFailure
A CtiosFailure event was received. This could 
be Silent Monitor specific error code.
OnCallRTPStartedEvent, 
OnCallRTPStoppedEvent
RTP events have been received signaling the 
start and stop of the RTP streams.