Previous Topic

Book Contents

Book Index

Next Topic

Cisco

Create testCisco.bat as copy of admin.bat in the installation root directory.

Add lines:

set PLUGIN_CLASS=de.usu.s3.cti.yaplugin.cisco.CiscoPlugin

set CONNECT_INFO="10.190.20.221;login=xxxxx;passwd=xxxxx"

set MONITORED_PHONE=12266

set LOG_FILE=C:\Test\Cisco_12266.log

set ENABLE_CONSOLE=-Dde.usu.s3.gui.console.enabled=true

Modify the command line. Replace S3Application with de.usu.s3.cti.YaCtiTest and pass PLUGIN_CLASS, CONNECT_INFO, and MONITORED_PHONE as input parameters to the program.

START javaw -Xms256m -Xmx512m -XX:NewSize=20m -XX:MaxNewSize=20m -XX:SurvivorRatio=8 -XX:PermSize=32m -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -classpath %TCP% %SECURITY% %EXITMANAGER% %ENABLE_CTI% %ENABLE_CONSOLE% de.usu.s3.cti.YaCtiTest %PLUGIN_CLASS% %CONNECT_INFO% %MONITORED_PHONE% %LOG_FILE%

Run the testCisco.bat.

1. Log file with the similar content should be created:

09/15 16:24:23.326 1 addPlugin( , 10.190.20.221;login=xxxxx;passwd=xxxxx, de.usu.s3.cti.yaplugin.cisco.CiscoPlugin, 12266)

09/15 16:24:23.342 2 setConnectionParams(10.190.20.221;login=xxxxx;passwd=xxxxx)

09/15 16:24:23.342 3 setMonitoredAddresses(12266)

09/15 16:24:23.342 4 Decoder: de.usu.s3.cti.yaplugin.cisco.CiscoJTapiDecoder

09/15 16:24:23.373 5 Version: Cisco Jtapi version 2.2(1.22) Release

09/15 16:24:23.592 6 Peer: com.cisco.jtapi.CiscoJtapiPeerImpl

09/15 16:24:23.592 7 Opening: 10.190.20.221;login=xxxxx;passwd=xxxxx

09/15 16:24:24.232 8 Provider: 10.190.20.221

09/15 16:24:24.232 9 Wait for Provider to be in service

09/15 16:24:24.232 10 Provider is in service

09/15 16:24:24.232 11 InitMonitoredAddresses

09/15 16:24:24.232 12 Get Address for 12266

09/15 16:24:24.232 13 Address: 12266

09/15 16:24:24.451 14 Observer added to the address 12266

09/15 16:24:24.451 15 Trace terminals

09/15 16:24:24.451 16 Terminal[0] SEP001956283935 is assigned to addresses 12266

09/15 16:24:24.451 17 Plugin was created and connected to CTI server.

09/15 16:24:24.451 18 OK

2. Make a call to 12266. Console should show recognized CONNECTED event as

*****************************************************************

connected from: 9999 to monitored 12266

*****************************************************************

See Also

Connection to CTI server

Avaya Aura

Cisco JTrace

Siemens

Test of Calls to ACD

Stress Test