]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk.c: Add "seqno" strictrtp option
authorBen Ford <bford@digium.com>
Mon, 10 Sep 2018 16:28:09 +0000 (11:28 -0500)
committerBen Ford <bford@digium.com>
Wed, 26 Sep 2018 18:06:33 +0000 (13:06 -0500)
commit166c130eac5cc60b214686e30d7421fc11fbf4d8
tree0191b833ee297f67df5627ef4e8e864de1f68f4f
parent5ae6c7bc268c64d055a355d7a9b8a40defd92d2c
res_rtp_asterisk.c: Add "seqno" strictrtp option

When networks experience disruptions, there can be large gaps of time
between receiving packets. When strictrtp is enabled, this created
issues where a flood of packets could come in and be seen as an attack.
Another option - seqno - has been added to the strictrtp option that
ignores the time interval and goes strictly by sequence number for
validity.

Change-Id: I8a42b8d193673899c8fc22fe7f98ea87df89be71
CHANGES
configs/samples/rtp.conf.sample
res/res_rtp_asterisk.c