电话会议设施 java sip
我需要开发这个应用程序,需要在两个号码之间发起语音通话...我的理解就像使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您不会为会议实现媒体服务器。
在这种情况下,您将需要 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)