HI Peter, First of all thanks for the reply. But I think you have misunderstood the problem. Firstly you can read the problem in previous mail. Actually I was expecting the RTP of called and callee which comes from CISCO Call manager from one port. But unfortunately when call is established between the callee and caller then Call Manger sends the RTP of caller and RTP of callee on different ports. As I was receiving the SDP from call manager with only one media line and one port with sendrecv parameter. That is why my recorder listens all RTP on this port and misses the RTP sent by call manager on the port+2. Call Manger is not mixing the Audio from caller and callee and sending it on one port. Now I have devised a design to resolve this problem. I am adding the two media lines in the SDP for audio RTP/AVP exchange. This SDP I will send with 200 OK to the Call Manager. Then I hope the Call Manager will reply with 2 media lines in the SDP in ACK from it. And two RTP media streams will establish in a call session. The I will try to receive the port of both the RTP streams and add all the media in the conference bridge of the call. From this conference Bridge I am recording so I hope that I will be able to record the two way audio. But this is an raw idea. If any body have more good idea to cure this problem, he is welcome to put his suggestions. Thanks in advance ..... Regards: Varun Singh On Sat, Oct 1, 2011 at 9:28 PM, peteryzwei <peteryzwei at yahoo.com> wrote: > 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 > > > > _______________________________________________ > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20111002/a5753672/attachment.html>