java 和 voip 接口
我们有一个在 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
第一个解决方案是使用 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).