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.
We upgraded CUCM from 9.2 to 11.5. We have developed custom applications using JTAPI and AXL webservice to observe phones when down or unregistered.
It worked fine with 9.2, After the upgrade it wont work. It doesnt notify when phones are down. (Down...
we use JTAPI to monitor status of Phones(registered/unregistered). It works fine for Cisco devices, but we also have to monitor other devices(E.g. AXIS door monitor) which is registered at CUCM. JTAPI seems to not support it. How can this be achieved...
We have Axis Door Station registered on CUCM. It shows the status of this door station on the CUCM. However we used JTAPI and developed our own application to monitor few CISCO devices for their status, to report us when those devices are down.Proble...
I added a header in my code, which is looking for 11.5 version but i think it had 9.5 version. So I removed the header in my code, that way it goes and picks the available version. Another way to debug, first check if the web service is working, not ...
Thanks for the reply. The error in my case was due to header property, it was checking for the database version and that version didn't exist. Corrected the version and it worked.