Index: jitterbuf.c =================================================================== RCS file: /usr/cvsroot/asterisk/jitterbuf.c,v retrieving revision 1.16 diff -a -u -r1.16 jitterbuf.c --- jitterbuf.c 6 Jun 2005 22:12:18 -0000 1.16 +++ jitterbuf.c 20 Jun 2005 18:37:07 -0000 @@ -135,7 +135,7 @@ jb_warn("Resyncing the jb. last_delay %ld, this delay %ld, threshold %ld, new offset %ld\n", jb->info.last_delay, delay, threshold, ts - now); jb->info.resync_offset = ts - now; - jb->info.last_delay = 0; /* after resync, frame is right on time */ + jb->info.last_delay = delay = 0; /* after resync, frame is right on time */ } else { return -1; }