简体   繁体   English

现成可用的SIP客户端Java小程序

[英]Ready for use SIP client Java applet

Does it exist a ready for use SIP client written as Java applet. 它是否存在编写为Java applet的随时可用的 SIP客户端。

All the Java-applet-SIP-clients I've found didn't work even when equipped with examples. 即使安装了示例,我发现的所有Java-applet-SIP客户端也不起作用。

I have an Asterisk PBX, and desktop SIP clients can work with it, but none of Java applets succeeded to connect and to call. 我有一个Asterisk PBX,桌面SIP客户端可以使用它,但是Java小程序都没有成功连接和调用。

I am seeking for SIP client which doesn't need any intermediate media servers and can connect directly to Asterisk. 我正在寻找不需要任何中间媒体服务器并且可以直接连接到Asterisk的SIP客户端。 (I would prefer Flash or Flex app, but they rely on red5 media proxy). (我更喜欢Flash或Flex应用程序,但它们依赖red5媒体代理)。

apparently, you already tried peers . 显然,您已经尝试过 同行 Did you check your security settings? 您检查安全设置了吗? Starting from java 1.7.0-21, you have to explicitly enable java applets execution in java config panel. 从Java 1.7.0-21开始,必须在Java配置面板中显式启用Java Applet执行。 Except if a java plugin is signed by an official certificate from a certification authority like thawte, you won't find any java sip client plugin working out of the box. 除非Java插件由来自thawte之类的认证机构的官方证书签名,否则您将找不到开箱即用的Java sip客户端插件。 Peers latest version is available on github: https://github.com/ymartineau/peers . Peers的最新版本可在github上找到: https : //github.com/ymartineau/peers Java plugin module is peers-js. Java插件模块是peers-js。

SIPML5 . SIPML5 Not a Java applet, but capable of being used in a web dev. 不是Java小程序,但是可以在Web开发人员中使用。 It's a fully developed SIP stack written in javascript and enables web development of SIP UACs. 它是用javascript编写的全面开发的SIP堆栈,可用于SIP UAC的Web开发。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM