ActiveX Component - CDxCTI

The system provides an ActiveX component CDxCTI that contains all the functionality required for inbound and outbound calling. It contains two objects:

Configuring Your Browser to Enable ActiveX

In order to use the automated phone dialer functionality or the next caller functionality, your users must configure their browser to enable ActiveX. Perform the following steps:

Installing the CDxCTI ActiveX Component

The CDxCTI ActiveX components install automatically the first time the Automated Phone Dialer is launched or when the CTISample.htm is launched. The CDxCTI component is signed using Microsoft Authenticode technology, therefore when it is downloaded the first time, a dialog will appear describing the source of the component and asking the user to accept the installation of the component on the local machine.

Creating an Instance of the CDxCTI Object in a Web Page

To use the CDxCTI objects from a web page, declare them explicitly using the OBJECT tag:

<OBJECT ID="CDxPhoneDialer"
CLASSID="CLSID:151A6E91-8C55-4666-BFFB-9EC345583CBD"
CODEBASE="CDxCTI.CAB#version=1,5,0,8">
</OBJECT>
<OBJECT ID="CDxNavigator"
CLASSID="CLSID:E7EF882D-662A-4451-A78C-CD62393F06C6"
CODEBASE="CDxCTI.CAB#version=1,5,0,8">
</OBJECT>

Alternatively, use the new ActiveXObject function

var nav = new ActiveXObject("CDxCTI.CDxNavigator");
var nav = new ActiveXObject("CDxCTI.PhoneDialer");