On 2/12/08, Anshuman S. Rawat <arawat at 3clogic.com> wrote: > > Are you really tight on CPU? If so, then perhaps this was caused by > > the lack of power to run more than one simultaneous G729 calls rather > > than encode/decode being done in a single thread. > > > > I dont think I am tight on CPU. I have a Centrino Duo @2GHz with a GB of > RAM. > BTW, I do see these frequently in the log file. > > 13:33:33.750 splitcomb.c Overflow in downstream direction > 13:33:33.750 splitcomb.c Underflow in upstream direction > Ah okay. In that case increasing PJMEDIA_SOUND_BUFFER_COUNT probably will help. Try with: #define PJMEDIA_SOUND_BUFFER_COUNT 16 in your config_site.h, and if it's okay, experiment with reducing the number until you get comfortable latency. cheers, -benny > Any suggestion/hints on what could be causing this? > > Regards, > Anshuman