Question

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!

Was it helpful?

Solution

I think it depends on the phone systems you have to use/connect with :

With Avaya, Unify (Siemens), Cisco you have good support. Asterisk looks outdated.

Other systems? Don't know.

OTHER TIPS

Yes, JTapi is still alive but it depends of telefony platform maker. For example:

  • For Cisco you have tow options: For Call Manager Express which allows you control just one extension by connection and for Call Manager Enterprise wich allows you control many extensions by connection.

  • For Avaya you have another implementation of JTapi wich allows you control one extension by connection.

All of them use the standar of JTapi for implements their requirements according with the telephony plataforma.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top