Files
asterisk/main
Matthew Jordan 98c3983c89 main/rtp_engine: Format NTP timestamps as unsigned longs
When the RTCP reports are created, the NTP timestamps are stored as strings,
as JSON does not have an integer type long enough to store the value. However,
on 32-bit systems, a signed long may overflow for some portion of the
timestamp.

This patch corrects the overflow by formatting the timestamps as unsigned
longs.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430840 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2015-01-21 12:56:49 +00:00
..
2013-08-20 15:36:10 +00:00
2014-10-10 13:01:41 +00:00
2013-07-04 13:06:15 +00:00
2013-06-29 00:18:57 +00:00
2014-09-05 17:36:35 +00:00
2013-08-16 16:26:11 +00:00
2013-09-10 18:05:47 +00:00
2014-05-09 22:49:26 +00:00
2014-08-05 21:44:09 +00:00