15 pts.
 Dialing softphone from Java Application?
I would like to design a java web application with VOIP functionality.
Does anyone know of a soft phone that would allow an external program to have it place calls? Or, is there a soft phone that I can compile and integrate with my program?
ASKED: Sep 3, 2008  11:38 AM GMT
UPDATED: January 19, 2011  8:30:16 AM GMT
315 pts.

Answer Wiki:
Hi

Here is a sip phone implemented as java applet (still in beta version, but the basic functionality is already working)

Web Softphone



Please find the some more in the below link:
http://www.voip-info.org/wiki/view/VOIP+Phones
Last Wiki Answer Submitted:  May 14, 2009  5:25 AM (GMT)  by  Techy001   315 pts.
Latest Answer Wiki Contributors:  Fenesiistvan   120 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

Have a look at the JTAPI (Java Telephony API) and the gjtapi project on sourceforge to get you started. I’ve coded up some test applications with that which answers the phone and has an interactive sessions using the dial tones.
Max International Singapore

 10 pts.