cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
253
Views
0
Helpful
0
Comments
cdnadmin
Community Member
This document was generated from CDN thread

Created by: Jean-Marc Lacoste on 24-01-2012 02:00:30 PM
Hello,
We are using an application that use sendData for a while and we have now an issue on a customer site for some IP Phones, with CUCM 8.6.2. Some time sendData fails but the error message is null. Some time it works but it takes 3 second to send data as normaly it takes 300ms.
There is no problem to create the terminal and add phone and a call observer, we have no evidence the phone is Out of Service.
We are trying to get CUCM CTI logs but it does not seem to be easy to get them from the customer.
Does anybody has encountered random errors with sendData ? What was the cause ?
Thanks and regards,
jmlacoste

Subject: Re: New Message from Jean-Marc Lacoste in Cisco JTAPI (JTAPI) - Cisco JTAPI
Replied by: Joseph Moskie on 24-01-2012 02:14:40 PM
There have been reports of sendData() acting slowly, and we are actively
investigating them. Currently there is no reason in JTAPI for any issue, and
the sendData() code hasn¹t been changed at all recently.

Regarding the failures where ³error message is null², could you elaborate?
What method are you invoking on the PlatformException that returns null? Are
you checking the .getErrorCode() and .getErrorDescription() methods?

Subject: RE: CiscoTerminal.sendData returns an error randomly
Replied by: Jean-Marc Lacoste on 24-01-2012 03:30:28 PM
Actually, we use Exception.getMessage() which returns null in this case.

By the way, the issue is on CUCM 8.6.2 on which we have little experience

On the mokup the two 7962 are working well although the two 7942 get random errors ???

Subject: RE: CiscoTerminal.sendData returns an error randomly
Replied by: Sven Nissel on 17-02-2012 09:54:41 AM
I have problems with sendData(), if I often send more then one times every 750ms. Sometimes the Phone revice a few seconds no data.
Try to call sendData() 100 times in series. Did you get the same errors?

Subject: RE: CiscoTerminal.sendData returns an error randomly
Replied by: David Staudt on 17-02-2012 11:40:47 AM
There is a known limitation of some phone models when handling rapid/simultaneous XSI requests via CTI.  The workaround - as you hint at - is to add some delay to avoid simultaneous requests.

Subject: RE: CiscoTerminal.sendData returns an error randomly
Replied by: Sven Nissel on 20-02-2012 04:21:15 AM
You can also send a HTTP Request to the Phone. It is more stable.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links