电话会议设施 java sip

发布于 2024-10-20 21:07:11 字数 114 浏览 1 评论 0原文

我需要开发这个应用程序,需要在两个号码之间发起语音通话...我的理解就像使用 skype java api 来创建电话会议,但由于某种原因我无法使用 skype 是否有任何其他方式或服务可以提供此类服务来满足此要求

i need to develop this app that will need to initiate a voice call between two numbers...my understanding is somethiing like using skype java api to create the conference call but i am unable to use skype for some reason
is there any other way or service that would provide such a service to satisfy this requirment

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

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

发布评论

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

评论(1

梦回旧景 2024-10-27 21:07:11

我假设您不会为会议实现媒体服务器。

在这种情况下,您将需要 JAIN SIP 堆栈 (http://jsip.java.net/) 和一些媒体框架(JMF 是一个非常好的选择 - http:// www.oracle.com/technetwork/java/javase/tech/index-jsp-140239.html)。您可以查看 SipCommunicator 的人员所做的工作:http://sip-communicator.org/

对于服务器端,您可以使用 Asterisk、Yate 或类似的。

如果您还必须实现服务器端,那么事情会变得更加复杂。
您可以检查 Mobicents 媒体服务器和 Sip Servlet (http://www.mobicents.org)

I assume that you will not implement a media server for the conference.

In this case you will need JAIN SIP stack (http://jsip.java.net/) and some media framework (JMF is a very good choice - http://www.oracle.com/technetwork/java/javase/tech/index-jsp-140239.html). You can see what the folks at SipCommunicator have done: http://sip-communicator.org/.

For the server side you might use Asterisk, Yate or similar.

If you have to implement also the server side then the things get a little more complicated.
You can check Mobicents Media Server and Sip Servlets (http://www.mobicents.org)

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