Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Cisco,I've already opened case here https://mycase.cloudapps.cisco.com/693953508/summary, but they said I need to contact DevNet for this issue. Previously we purchased Developer support tickets via https://developer.cisco.com/site/support/ but th...
The JTAPI Dev Guide indicates the following code can be used to auto-update the jtapi.jar:Provider provider = peer.getProvider(provString);String url = ( (CiscoProvider) (provider)).getJTAPIURL(); provider.shutdown();Component serverComponent = updat...
I notice in the JTAPI Developers Guide that getAddress() is the only method for CiscoAddrRemovedEv (other than inherited methods). However, when I check the definition of CiscoAddrRemovedEv in NetBeans it shows both getAddress() and getTerminal(): pa...
Trying to establish a TLS connection to CUCM and get this exception thrown when calling CiscoJtapiProperties.updateCertificate().java.lang.Exception: JTAPIProperties.updateCertificate : Certificate update failed, reason= 0 UpdateCertificate failed'W...
Based on the above information the problem appears to be a problem somewhere in the Cisco JTAPI library. Would any Cisco JTAPI engineers be able to take a look at this issue? Thank you.
Based on Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 11.5(1) - CTI Supported Devices …it seems that Cisco 8851 is not supported. Is this correct? Thanks.