This document was generated from CDN thread
Created by: Camelia Suciu on 09-02-2010 03:20:24 PM
Hello,
Could someone please tell me how I can get the Cisco JTAPI SDK? Are any samples provided with the SDK?
Also does Cisco JTAPI have any advantages over TAPI?
Many thanks.
Subject: RE: JTAPI SDK
Replied by: Mohan Potluri on 09-02-2010 04:24:37 PM
Cisco JTAPI installer can be downloaded from your Cisco Unified Communication Manager.
Go to Application -> Plugin and select ¿Installation¿ in the pull down menu and click on 'find' to list all the available installations. Cisco Unified JTAPI installation can be downloaded by clicking on the download link.
Two sample apps makecall, jtrace can be found in \proggram files\jtapitools after you install.
TAPI works on windows only, JTAPI can be used with any of the supported platforms. Refer to JTAPI developers guide (on cisco.com) for details on supported platforms.
Subject: RE: JTAPI SDK
Replied by: Camelia Suciu on 22-02-2010 10:27:10 AM
The CallManager I have access to is version 4.1. I have downloaded the JTAPI test tool from the Cisco developer website, but it seems to be incompatible with version 4.1 of CallManager.
Is the JTAPI test tool included in the JTAPI installer available with the CallManager?
Thanks,
Camelia
Subject: RE: JTAPI SDK
Replied by: Mohan Potluri on 22-02-2010 05:21:30 PM
JTAPI test tool is not compatible with 4.x versions of Cisco Unified Communications Manager.
JTAPI installer has 2 sample applications : jtrace and makecall. Check \program files\jtapitools for source code of these sample apps after installing Cisco JTAPI.
Subject: RE: JTAPI SDK
Replied by: Yohann Barre on 12-03-2010 05:17:48 PM
Hello,
You can find several samples over the web, Wybecom TALK (Telephony Application Library Kit) is an interesting open source project that provides JTAPI, TAPI and AMI support. It also provides call control features and presence for web application (AJAX) and Windows gadget.
I think JTAPI is easier to use and more reliable in big environment.