Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
what are sources required to do small voip project completed in 100 hours........using c, c++ laguages..........what are steps need to take in this projects........
Posted
Updated 23-May-11 23:41pm
v2

Google is your friend.
I guess you have to find VOIP introductory material (you may start at Wikipedia[^]), at first.
Then you may have a look at existing open source VOIP software[^].
Happy coding!
 
Share this answer
 
he he he.. doesn't your mentor helping you on this. VOIP is very big domain, first decide which part of voip project you intrested in then go for sources
 
Share this answer
 
There's a lot to learn to do VOIP:
1. Sockets
2. UDP data transfer
3. Application layer protocol (whatever VOIP standard you want to use, RTP is one)
4. PCM decoding or playback through soundcard
5. If you're going to handle the dialing/receiving, you need to learn about signaling too.

...and all this is assuming you already know C/C++...
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900