我在哪里可以获得 JTAPI jar?
在哪里可以找到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
无论您使用什么电话解决方案,您都必须找到一个实现。 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.
http://ipadress-of-cucm/plugins/jtapi.jar
来源
http://ipadress-of-cucm/plugins/jtapi.jar
Source
看这里。即使它说“规范”,您也会找到 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/