Cisco Cisco Computer Telephony Integration OS 8.5 开发者指南

下载
页码 506
   
4-7
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(1)
Chapter 4      Building Your Application
Using the Samples
With Unified CC, these same DSAs are generally not intended for production use "as-is". They are 
neither certified nor supported by Cisco as working out-of-the-box applications. 
 lists the sample programs on the CTI OS Toolkit CD.
Table 4-1
CTI OS Toolkit Sample Programs
Program Name
Location
Description
CTI Toolkit Outbound 
Desktop
CTIOS Toolkit\Win32 CIL\Samples\CTI 
Toolkit Outbound Desktop
A softphone application that demonstrates 
Outbound Option (formerly Blended Agent) 
functionality.
All Agents Sample .NET
CTIOS Toolkit\dotNet CIL\Samples\All 
Agents Sample.NET
A Microsoft C# program demonstrating a monitor 
mode application. This program lists all agents in 
a grid along with current state updates.
All Calls Sample.NET
CTIOS Toolkit\dotNet CIL\Samples\All 
Calls Sample.NET
Similar to AllAgents but lists calls instead of 
agents.
CTI Toolkit Combo 
Desktop.NET 
CTIOS Toolkit\dotNet CIL\Samples\CTI 
Toolkit Combo Desktop.NET
A Microsoft C# program that interfaces to CTI OS 
via the .NET CIL interface. The program 
demonstrates how to build a multi-functional 
contact center desktop that contains Agent, 
Unified CC Supervisor and Outbound Option 
features.
CtiOs Data Grid.NET
CTIOS Toolkit\dotNet CIL\Samples\CtiOs 
Data Grid.NET
Microsoft C# program that implements a Tabular 
Grid  used by the CTI Toolkit Combo 
Desktop.NET to show calls and statistics.
CTI Toolkit Agent 
Desktop
CTTIOS Toolkit\Win32 CIL\Samples\CTI 
Toolkit AgentDesktop
A Visual Basic .NET program using the CTI OS 
ActiveX controls. The application is the source 
code used by the out of the box CTI Toolkit Agent 
Desktop.
CTI Toolkit Supervisor 
Desktop
CTTIOS Toolkit\Win32 CIL\Samples\CTI 
Toolkit IPCC SupervisorDesktop
A Visual Basic .NET program using the CTI OS 
ActiveX controls. The application is the source 
code used by the out of the box CTI Toolkit 
Supervisor Desktop. 
C++Phone
CTIOS Toolkit\Win32 CIL\Samples\CTI 
Toolkit C++Phone
A softphone written in C++ linking to the static 
C++ libraries. Sending requests and event handling 
as well as the use of the wait object is 
demonstrated.
AllAgents
CTIOS Toolkit\Java CIL
samples 
A Java counterpart to the Visual Basic all agents 
program.