开发者

conference call facility java sip

开发者 https://www.devze.com 2023-02-15 09:30 出处:网络
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 a

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


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)

0

精彩评论

暂无评论...
验证码 换一张
取 消