mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
res_rtp_asterisk: Add ability to propose local address in ICE
You can now add the "include_local_address" flag to an entry in rtp.conf "[ice_host_candidates]" to include both the advertized address and the local address in ICE negotiation: [ice_host_candidates] 192.168.1.1 = 1.2.3.4,include_local_address This causes both 192.168.1.1 and 1.2.3.4 to be advertized. Change-Id: Ide492cd45ce84546175ca7d557de80d9770513db
This commit is contained in:
5
doc/CHANGES-staging/rtp_ice_include_local_address.txt
Normal file
5
doc/CHANGES-staging/rtp_ice_include_local_address.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Subject: RTP/ICE
|
||||
|
||||
You can now indicate that you'd like an ice_host_candidate's local address
|
||||
to be published as well as the mapped address. See the sample rtp.conf
|
||||
for more information.
|
||||
Reference in New Issue
Block a user