Hello All,
I am writing a program to implement a "caller" and a "listener" program
in
java using VOIP on the UNIX/LINUX platform. These programs will help
in communicating between a PC and Mobile Phone and vice versa over VOIP.
The Caller java program- makes a call to a particuar number. and Listener java program accepts incomming calls.
I have been refering to this URL:
http://java.sun.com/docs/books/tutorial/networking/index.html
Can anyone help me out with any reference material if you have as i
do not know where to begin the coding and with what. Do have to also
deal with Socket Programing in this?
Can you tell me what will i need for this and how do i proceed?
Thanks in advance.