3

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!

4

2 回答 2

1

我认为这取决于您必须使用/连接的电话系统:

Avaya、Unify (Siemens)、Cisco 为您提供良好的支持。Asterisk 看起来已经过时了。

其他系统?不知道。

于 2014-02-18T08:55:57.347 回答
1

是的,JTapi 仍然存在,但这取决于电话平台制造商。例如:

  • 对于 Cisco,您有两个选项:对于 Call Manager Express,它允许您通过连接仅控制一个分机;对于 Call Manager Enterprise,它允许您通过连接控制多个分机。

  • 对于 Avaya,您有另一种 JTapi 实现,它允许您通过连接控制一个扩展。

他们都使用JTapi的标准来根据电话平台实现他们的要求。

于 2017-03-04T04:41:33.577 回答