java 用于SIP软电话客户端的java SDK
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3925044/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
java SDK for SIP softphone client
提问by cateof
I want to build a SIP client in java. A java class that will register with a SIP registrar and will be able to call another sip client.
我想用java构建一个SIP客户端。将向 SIP 注册商注册并能够调用另一个 sip 客户端的 Java 类。
Any suggestions?
有什么建议?
回答by yohann.martineau
you can try my softphone if you want, it provides a very simple api. It's called peers:
如果你愿意,你可以试试我的软电话,它提供了一个非常简单的 api。它被称为同行:
回答by weekens
Jsip is a good Java SIP client library. It is stable, RFC-conformant and follows JAIN SIP specification.
Jsip 是一个很好的 Java SIP 客户端库。它稳定、符合 RFC 并遵循 JAIN SIP 规范。
回答by L. Holanda
Try MjSip. I've played around with it, but never ended up with a final product.
试试 MjSip。我玩过它,但从未得到最终产品。