有没有好的Java跨平台SIP/VOIP开发套件?
您个人使用过哪些好的 Java 跨平台 SIP / VOIP 开发套件?我发现了一两个看起来值得追求的东西,但我仍然没有 100% 相信它们。
http://www.voipdevelopmentkit.com/
这似乎是目前的领导者。然而,看起来它们并没有仍在发展。我和他们发了几封电子邮件,他们提供的答案很棒。
我有一个需要内置 SIP 端点的 Java 应用程序。如果可能的话,我希望避免包装本机库,因为该应用程序需要在 Windows、Mac OS X 和可能的 Linux 系统上运行。
带有第三方呼叫控制(3pcc)的东西会立即排在列表的首位,但这不是 100% 的要求,因为我认为我可以自己实现它而不必太担心。
Are there any good Java cross platform SIP / VOIP dev kits that you have personally used? I've found one or two that seem like they could be worthwhile pursuing, but I'm still not 100% sold on them.
http://www.voipdevelopmentkit.com/
That seems to be the leader at the moment. However, it doesn't look like they are developing still. I've had a few emails with them and the answers provided were great.
I have a Java application that requires an inbuilt SIP endpoint. I'd like to avoid wrapping native libraries if possible, as this application needs to run on Windows, Mac OS X, and potentially Linux systems.
Something with third party call control (3pcc) would instantly top the list, but it's not a 100% requirement as I figure I can implement that myself without too much worry.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试peers,这是我开发的一个java sip客户端。它通常用于在现有应用程序中添加电话功能。它是 100% 纯 Java 和跨平台(适用于 Windows、Linux 和 Mac)。
try peers, this is a java sip client I developed. It is typically used to add telephony feature in an already existing application. It is 100% pure java and cross platform (works on windows, linux and mac).
检查 JAIN SIP,它是 JSR 32 的参考实现,免费且公共领域且非常活跃 https://jsip.java.net /
Check JAIN SIP it is the reference implementation of JSR 32, free and public domain and very active https://jsip.java.net/