Page 1 of 1

java applet iax softphone

PostPosted: Sat Apr 18, 2009 11:23 pm
by koszti
Hi All,

I played a little bit with the the java applet base iax client from Mexura (Corraleta SDK) trying to embed a transparent java applet based softphone into the astguiclient background.
Description and links about this stuff are here:
blogs[dot]reucon[dot]com/asterisk-java/2009/01/20/free_implementation_of_iax_in_java.html
mexuar[dot]com/files/corraleta_sdk.rar

After some hours it's running pretty well now and no need any third party softphone for calling. Pointing the browser to Astguiclient is enough. Moreover clearing the phone login/phone password inputs from the login screen is also possible by automatically pass the phone credentials to the applet.

The SDK implements a Java <-> JavaScript interface and it's easy to deploying into living applications.

This is only an idea but I was surprised how smoothly is running. Do you think it can be useful for any others too? If you think yes, I'm able to send a package for agc 2.0.5.

PostPosted: Sun Apr 19, 2009 7:44 am
by mflorell
Very interesting. Our previous experiments with Java-based phones showed all sorts of limitations and other issues with the idea of using a free embedded phone with ViciDial. Maybe this one is better, and since it is GPL we wouldn't have any problems including it with our regular distribution, or as a add-on.

What was the OS/CPU/RAM on the machine you were testing this with?

PostPosted: Sun Apr 19, 2009 7:57 am
by koszti
Client:
OS: win XP SP2
CPU: Core2Duo @2.2Ghz
RAM: 2G
JRE: 1.6.0_13-b03

Server (vmWare Image running on the same machine):
OS: Ubuntu 8.02.4
RAM: 512Mb
softphone was compiled with generic ubuntu package: sun-java6-jdk

PostPosted: Sun May 03, 2009 5:48 pm
by Op3r
kostzi

Is the performance any good too if using a p4 machine on an agent pc?

PostPosted: Sun May 03, 2009 11:47 pm
by gardo
Let's test this out and see how the performance goes on all the different workstations that all of us have.

Can you send us the link where we can download the updated AGC 2.0.5 package?

PostPosted: Mon May 04, 2009 4:25 am
by koszti
ok hopefully i can upload a working addon package for agc 2.0.5 with some install notes until tomorrow. i'm curious how does it work on other platforms.