JTAPI Getting Started
- Download and install the JTAPI plugin from Cisco UC Manager
- Set the Windows Environment Variable “Classpath” to include the below folder
C:\Program Files\JTAPITools\;
- Set the debug level and log folder correctly by running
C:\Program Files\JTAPITools\jtprefs.bat
- Setup an CUCM Application user with Recording
- Run the Java Class Jtrace, note: Its case sensitive!!!
java jtrace.JTrace <server name> <login> <password> <device1> .....<deviceN>#
Example
C:\java jtrace.JTrace 192.168.1.160 jtapi_user Pa$$word 12001
- Read the C:\Program Files\JTAPITools\readme.htm for more info


