Hi, I'm using trunk pjsip and I find out that G.711 encoder (pjmedia/src/pjmedia/g711.c : g711_encode) in most cases does nothing with timestamp in encoded packet. I think encoder should do something like "output->timestamp = input->timestamp" near the end of the encoding function. -- Roman Imankulov roman at netangels.ru