• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Using VOIP for PC to PC communication on Linux platform

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there anything particular you need help with? Your program is non-trivial and can be implemented many ways. We're shooting in the dark without more specifics.
You can start by searching the forum for "voice chat". I've seen a few topics on that subject.
 
Abhishek Shirodkar
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Earlier i was not sure where to start with, now i have found an open source that i can use to for a simlpe caller and a receiver program. now i need to implement this build it and execute. i need to make a call to a mobile phone from the computer (eg: On my LINUX terminal i should be typin myProgramName.jar +12345678945 )

Here i am not sure what information i should put in the SipURI. do i need to register with some service provider for a SIP account? If i am using a free SIP phone that will make my VOIP calling... what is the information i would need to know. Like what parameters i need so as to communicate from my java program to the VOIP phone. There onwards once the connection is established to the VOIP client phone, it will do the transfering of the call from over the network to the destination mobile phone.

I do not require a "voice chat" as you had mentioned in your reply. Using VOIP, I just need to
1) BEEP/RING a mobile phone from my computer (This is my Caller program) and
2) To receive an incoming call on the computer from a mobile phone, that includes noting down the incoming phone number and making the calling mobile phone listen to a short audio file. (This is my Receiver Program)

I am using LINUX OS

Also, if you have access to any open source code, can you pass it on so that i can take some idea from that.

Thanks in advance.
 
Joe Ess
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you intend to link to some code? The underlined text above is not a URL.
 
I just had the craziest dream. This tiny ad was in it.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic