Hello FS users,<br>Is it possible in FS to allow all calls from a particular IP address without authentication? like in asterisk with insecure port, invite.<br>I tried to add a new carrier in /usr/local/freeswitch/conf/sip_profiles/external/new-carrier.xml <br>
&lt;include&gt;<br>  &lt;gateway name=&quot;new-carrier&quot;&gt;<br>    &lt;param name=&quot;username&quot; value=&quot;anything&quot;/&gt;<br>    &lt;param name=&quot;password&quot; value=&quot;anything&quot;/&gt;<br>    &lt;param name=&quot;realm&quot; value=&quot;carrier.ip.address&quot;/&gt;<br>
    &lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;<br>    &lt;param name=&quot;caller-id-in-from&quot; value=&quot;true&quot;/&gt;<br>  &lt;/gateway&gt;<br>&lt;/include&gt;<br><br>But after restart it stil sends 407 Proxy Authentication Required to the carrier. Is there any way to trust the carrier IP?<br>
<br>