I'm investigating how our application can communicate with a phone system: identifying the caller and making a call.
I see that there is a standard Java API: JTAPI with 2 implementations (gjtapi and xtapi). Unfortunately, those projects seems to be dead.
Can I use this API?
Thanks!