[asterisk-bugs] [JIRA] (ASTERISK-26418) Speed up ICE resolution by blacklisting host subnets that are not involved in RTP

Michael Walton (JIRA) noreply at issues.asterisk.org
Wed Sep 28 12:35:01 CDT 2016


Michael Walton created ASTERISK-26418:
-----------------------------------------

             Summary: Speed up ICE resolution by blacklisting host subnets that are not involved in RTP
                 Key: ASTERISK-26418
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26418
             Project: Asterisk
          Issue Type: Improvement
      Security Level: None
          Components: Resources/res_rtp_asterisk
    Affects Versions: 13.11.2
         Environment: All
            Reporter: Michael Walton


ICE resolution in res_rtp_asterisk currently obtains host candidates from all available interfaces on the machine, causing STUN to be attempted on all of these and increasing the size of the candidate list. In many cases, there are interfaces / subnets that are not of interest for ICE/RTP, for example local interface or VPNs. This enhancement provides the capability to blacklist subnets in rtp.conf using lines like:
{{blackice=10.5.5.0/24}}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list