用于 Java 的 SIP 客户端
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16471795/
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
Sip client for Java
提问by Gandalf StormCrow
I need to develop java sip client that will
我需要开发java sip客户端
1) receive caller id when the phone is answered.
1) 接听电话时接收来电显示。
2) send the caller number along with some information (such as the line that answered the caller) to a given TCP port.
2) 将来电号码和一些信息(例如接听来电的线路)发送到给定的 TCP 端口。
Does anyone have expirience in this field and can advise me where I can find client api or some useful documents?
有没有人在这个领域有经验,可以告诉我在哪里可以找到客户端 api 或一些有用的文档?
回答by Brian Langbecker
Below is an article indicating some libraries...
下面是一篇文章,指出了一些图书馆......
There is also:
还有:
https://java.net/projects/jsip
https://java.net/projects/jsip
I have not personally used these but they seem to have decent options for you.
我没有亲自使用过这些,但它们似乎为您提供了不错的选择。