我在哪里可以获得 JTAPI jar?

发布于 2024-11-27 16:30:14 字数 118 浏览 1 评论 0原文

在哪里可以找到 JTAPI 实现的下载? 我收到以下错误:JSpeakerPhone.java:6:包 javax.telephony 不存在 import javax.telephony.*;

Where can I find a download of the JTAPI implementation?
I am getting the following error: JSpeakerPhone.java:6: package javax.telephony does not exist import javax.telephony.*;

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

小草泠泠 2024-12-04 16:30:14

无论您使用什么电话解决方案,您都必须找到一个实现。 JTAPI 只是一个类似于 JDBC 的规范,无论您使用什么解决方案,您都需要一个特定的驱动程序。例如,ASTERIX 有一个 JTAPI 实现。

以下是JTAPI 1.4 的参考实现规范

还有 gjtapi 可能对原型设计有用。

You have to find an implementation for whatever telephony solution you are using. JTAPI is just a specification much like JDBC, you need a specific driver for whatever solution you are using. There is a JTAPI implementation for ASTERIX for example.

Here is the reference implementation spec for JTAPI 1.4.

There is also gjtapi which might be useful for prototyping.

萧瑟寒风 2024-12-04 16:30:14

http://ipadress-of-cucm/plugins/jtapi.jar

来源

http://ipadress-of-cucm/plugins/jtapi.jar

Source

流年里的时光 2024-12-04 16:30:14

看这里。即使它说“规范”,您也会找到 API 本身的链接:

http://www.oracle.com/technetwork/java/jtapi-136088.html

这些可能也令人感兴趣:

http://gjtapi.sourceforge.net/

http://sourceforge.净/项目/xtapi/

Look here. Even though it says "specification", you'll also find a link for the API itself:

http://www.oracle.com/technetwork/java/jtapi-136088.html

These might also be of interest:

http://gjtapi.sourceforge.net/

http://sourceforge.net/projects/xtapi/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文