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>
<include><br> <gateway name="new-carrier"><br> <param name="username" value="anything"/><br> <param name="password" value="anything"/><br> <param name="realm" value="carrier.ip.address"/><br>
<param name="register" value="false"/><br> <param name="caller-id-in-from" value="true"/><br> </gateway><br></include><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>