]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: timestamp should be unsigned instead of signed int
authorMorten Tryfoss <morten@tryfoss.no>
Tue, 21 May 2019 16:29:05 +0000 (18:29 +0200)
committerMorten Tryfoss <morten@tryfoss.no>
Tue, 21 May 2019 16:32:57 +0000 (18:32 +0200)
commit3224ac07c917db1c4a92a1726aafcb0dc5b1c920
treef8d7fcded16b3602cfa6c995da2f412adfed0a79
parent54f7f7dc201ec4b5996d1ce33655e4f783edcdad
res_rtp_asterisk: timestamp should be unsigned instead of signed int

Using timestamp with signed int will cause timestamps exceeding max value
to be negative.
This causes the jitterbuffer to do passthrough of the packet.

ASTERISK-28421

Change-Id: I9dabd0718180f2978856c50f43aac4e52dc3cde9
res/res_rtp_asterisk.c