> Hi Benny. I found a solution to the problem. It never loses the sound > Channel. The solution was to draw the lines following code in jbuf.c > approximately 530 line. > if ((jb-> jb_prefetch_cnt + 20 <jb-> jb_prefetch)) ( > / * Can not return because frame jitter buffer is filling up > * Minimum prefetch. > * / / * > / / Pj_bzero (frame, jb-> jb_frame_size); > Memset (frame, 0, jb-> jb_frame_size); > > if (jb_framelist_size (jb &-> jb_framelist) == 0) ( > * P_frame_type = PJMEDIA_JB_ZERO_EMPTY_FRAME; > ) > Else ( > * p_frame_type = PJMEDIA_JB_ZERO_PREFETCH_FRAME; > > ) > > Return; > ) > > Asked which have effects that and that makes this condition? Cheers > Lionel. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080624/7b2fec97/attachment.html