I cobbled together a proof-of-concept Java app that that displays caller id information for incoming calls on the user's desktop, and now our developers wish to replicate my program as a native Windows application.
The end-product that we want is a standalone application, like Cisco Click-to-Call, that does not require Cisco TSP installed as a prerequisite.
I'm not having much luck finding any useful guidance on how to approach this project. Can anyone break down the basic building blocks for me? Is there an equivalent to JTAPI that we can develop with in .Net or C++?
Thanks in advance!