]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Add ice_blacklist option 10/4110/2
authorMichael Walton <mike@farsouthnet.com>
Tue, 4 Oct 2016 23:24:54 +0000 (12:24 +1300)
committerJoshua Colp <jcolp@digium.com>
Wed, 19 Oct 2016 12:15:13 +0000 (07:15 -0500)
commit494bebeb6f362666150493580154fd0c6bc38c16
treec738f4eb63bab1bd2affa60f722c07784c66302d
parentab030fcc1fe0a7dfd4c435feb7f36a94b12e4e32
res_rtp_asterisk: Add ice_blacklist option

Introduces ice_blacklist configuration in rtp.conf. Subnets listed in the
form ice_blacklist = <subnet spec>, e.g. ice_blacklist =
192.168.1.0/255.255.255.0, are excluded from ICE host, srflx and relay
discovery. This is useful for optimizing the ICE process where a system
has multiple host address ranges and/or physical interfaces and certain
of them are not expected to be used for RTP. Multiple ice_blacklist
configuration lines may be used. If left unconfigured, all discovered
host addresses are used, as per previous behavior.

Documention in rtp.conf.sample.

ASTERISK-26418 #close

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