Merged revisions 224670 via svnmerge from
authorKevin P. Fleming <kpfleming@digium.com>
Mon, 19 Oct 2009 23:47:39 +0000 (23:47 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Mon, 19 Oct 2009 23:47:39 +0000 (23:47 +0000)
commit092a118d8906e6df8dc355cb39160f6de316df92
tree2936c0e0dbc344430126b9fa4a57d6c5faad4eb7
parent26638d3a550219159766dc4eab65354bd4c2c3d7
Merged revisions 224670 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r224670 | kpfleming | 2009-10-19 18:44:07 -0500 (Mon, 19 Oct 2009) | 7 lines

  Correct timestamp calculations when RTP sample rates over 8kHz are used.

  While testing some endpoints that support 16kHz and 32kHz sample rates, some
  log messages were generated due to calc_rxstamp() computing timestamps in a way
  that produced odd results, so this patch sanitizes the result of the
  computations.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@224671 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_rtp_asterisk.c