Varun, if you are building a recorder that expects to receive RTP for each party separately, then your design will be more complicated that it needs to be. How will you handle the addition/deletion of a 3rd/4th/etc party ? A re-Invite to the recorder with another SDP line ? You also are not taking advantage of the mixing in the call manager. The conference design is a lot simpler IMHO. --- On Sat, 10/1/11, varun pratapsingh <varunps2003 at gmail.com> wrote: > From: varun pratapsingh <varunps2003@xxxxxxxxx> > Subject: Re: How to record two RTP Streams coming in one call media session > To: "pjsip list" <pjsip at lists.pjsip.org> > Date: Saturday, October 1, 2011, 11:45 AM > hi > > there are two main problems in the conference of the two. > One is that > my recorder is not having a direct session with caller and > callee. The > call manger is only having the session with the recording > system on > remote machine. The call manager invites and sends media to > the > recorder. Second problem is that it sends the caller rtp on > port 4000 > and callee rtp on 4002. And in sdp it have only one media > line that > tell us to capture rtp on port 4000. > > > Regards: > Varun Singh > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >