Hi, The call dump stats don't appear in the log, I'm not sure why that is. Look for the following code in pjsua_app.c: /* Dump media state upon disconnected */ if (1) { PJ_LOG(5,(THIS_FILE, "Call %d disconnected, dumping media stats..", call_id)); log_call_dump(call_id); } The log_call_dump() dumps the RTCP stats, including the number of packets sent and received, a very useful first step to see if media was flowing. Try to get this information to appear in log. The log has a lot of ICE activity, I don't have time to sort through it all. Sorry I can't be more help, Bill On 6/3/2015 1:17 AM, cts hyd wrote: > hi Bill, > > Thanks again for the response. > > for Your information driver of the audio device is JNI android. > > I am sending you the log again with log level 5. This time I am > sending you the whole log from login to the end of the call. please > see the attachmet for call log of leg a softphone based on (pjsip2.3 > build). > > > > > On Wed, Jun 3, 2015 at 3:35 AM, Bill Gardner <billg at wavearts.com > <mailto:billg at wavearts.com>> wrote: > > Hi, > > I can't see anything that indicates a problem. The outgoing invite > isn't in the log, nor are the media stats at call end (those are > very helpful but only appear with log level set to 5, I think they > should always be logged). I suspect there is no RTP being > received. If you can redo with log level set to 5 that would be > helpful. > > Regards, > > Bill > > > > > On 6/2/2015 12:21 AM, cts hyd wrote: >> Thank you Bill for the quick reply, >> >> I am sending log of android sip-soft-phone (leg A) developed >> based on pjsip2.3 (please see the attachment for log). >> leg B is a java based sip-soft-phone developed in java based on >> pjsip1.8.10 >> >> >> >> >> _______________________________________________ >> Visit our blog:http://blog.pjsip.org >> >> pjsip mailing list >> pjsip at lists.pjsip.org <mailto: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 <mailto: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/20150604/3cc1f9a5/attachment.html>