Are there reliable open source libraries written in c++ to implement SIP and RTP protocols ? If not , is it easy to implement them using boost.asio ?
For SIP take a look at PJSIP; for RTP take a look at JRTPLIB