]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Add ice_blacklist option 23/4023/6
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:14:53 +0000 (12:14 +0000)
commit3c62b60e56e5c06ae7d33d81d03268d0d2f6aa28
treed933c08ee341db8396c522a916e3afe92cdd5a65
parent6adc293b14f22f273c2f00f8a7b33f4f6aefaf51
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