CiscoTerminal.sendData() reloads phone with Cisco JTAPI
Jirka Novak <[email protected]> Sat, 14 Oct 2006 11:10:15 +0200
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I'm not sure, if this place is correct for my question. But may be...
Some time ago we made some application which posts some URL to Cisco's
IP phones with JTAPI. Phone then shows page on it's display. There is
CiscoTerminal.sendData() method in Cisco JTAPI (Cisco extension).
But we found problem. When we did it, phone some times reloaded. After
some investigation we found that it depends on length of URL and that is
bug in phone's firmware. Cisco fixed it in later firmware images, but we
didn't found it in release notes.
So our application then worked fine.
Now we need to split it to multiple threads. And we found that when we
sent same URL to phone in "main" thread, it works, but when we are
sending it in other thread, phone gets sometimes reloaded. There is no
dependency on length of URL as before.
With firmware upgrades to the newest ones we resolved it for all
phones except 7912.
Did someone found same problem and/or resolved it?
Yours,
Jirka Novak
===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JTAPI-INTEREST". For general help, send email to
[email protected] and include in the body of the message "help".