java 和 voip 接口

发布于 2024-11-24 02:35:35 字数 216 浏览 4 评论 0原文

我们有一个在 Windows 上运行的小型 Java 应用程序,它需要能够进行 VoIP 呼叫,并将文本转语音发送到手机和固定电话号码,并且需要发送 SMS 消息。

该应用程序将向联系人通知特定警报。

这几天我一直在寻找,寻找,但我仍然不知道从哪里开始。

我真的只需要朝正确的方向“推动”。

您可以列出的任何链接或技术将不胜感激。

谢谢。

We have a small java application running on windows that needs to be able to make voip calls with text to speech sent to mobile and landline numbers and needs to send sms messages.

The application will notify contacts of specific alerts.

I have been searching and searching the past few days and I still do not even know where to begin.

I really just need a "push" in the right direction.

Any links or technologies that you could list off would be appreciated.

Thanks.

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

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

发布评论

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

评论(1

ˉ厌 2024-12-01 02:35:36

第一个解决方案是使用 Skype 的 Java API。您可以使用 java API 完全操作它:发起和接听电话、发送短信(如果用户有 Skype 信用)。

其他解决方案是使用 Asterisk 创建呼叫并使用可用 SMS 库之一(例如 SMSJ)发送 SMS。

First solution is using Java API for Skype. You can fully operate it using java API: originate and answer calls, send SMS (if user has skype credit).

Other solution is to create calls using Asterisk and send SMS using one of available SMS libraries (e.g. SMSJ).

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