Reputation: 26640
Does it exist a ready for use SIP client written as Java applet.
All the Java-applet-SIP-clients I've found didn't work even when equipped with examples.
I have an Asterisk PBX, and desktop SIP clients can work with it, but none of Java applets succeeded to connect and to call.
I am seeking for SIP client which doesn't need any intermediate media servers and can connect directly to Asterisk. (I would prefer Flash or Flex app, but they rely on red5 media proxy).
Upvotes: 1
Views: 1127
Reputation: 1643
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. 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. Peers latest version is available on github: https://github.com/ymartineau/peers. Java plugin module is peers-js.
Upvotes: 1