|
-
December 1st, 2009, 02:57 AM
#1
i want to get some open source libraries or codes which implement VOIP using SIP?
i want to get some open source libraries or codes which implement VOIP using SIP and RTP/RTCP (from starting the session to transfering audio and video).
where can I get these ? any suggestion is much appreciated.thank you.
-
December 1st, 2009, 05:16 PM
#2
Re: i want to get some open source libraries or codes which implement VOIP using SIP?
-
December 11th, 2009, 02:34 AM
#3
Re: i want to get some open source libraries or codes which implement VOIP using SIP?
oh,thx,I should have expressed myself clearly.I just want the VOIP codes for the client side.thank you .use pjsip ? is it troublesome ? I have around 6 years experience in developing C/C++ programs including one year and a half experience in VOIP.
-
December 11th, 2009, 02:35 AM
#4
Re: i want to get some open source libraries or codes which implement VOIP using SIP?
asterisk ,yeah,one year ago i developed some programs related to asterisk,it's a cool solution.but i just want the client side.thx.
-
December 12th, 2009, 02:34 AM
#5
Re: i want to get some open source libraries or codes which implement VOIP using SIP?
Handling SIP is not a big pain in the ***... its a simple protocol similar to HTTP...
You can go for Sofia-SIP library which is an Opensource library.
Or use Winpcap library, get the Raw packets, and handle SIP...
You're having experience.. so, an experienced programmer would be able to do it faster than i did it within a month.. i'm only 1 and 1/2 year to programming and i used to parse and handle the Raw packets by using Winpcap 
but using a standard library is always safe, and time saving..
"I studied everything but never topped. Today, toppers of the world's best universities are my employees"
-William Henry Gates (Bill Gates)
-
December 13th, 2009, 01:45 AM
#6
Re: i want to get some open source libraries or codes which implement VOIP using SIP?
oh,thank you.I will check out two of these open sources.what about pjsip ? After I have checked out some of these sip open sources, I will make a decision whether to use open sources or implement the private protocols myself.:-)
-
December 13th, 2009, 08:44 AM
#7
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|