<br>sorry guys, I just started to play with freeswitch  and  probably I was not clear with my schema<br>I use the following scenario: asterisk (carrier in my config) ---&gt; --- (udp port 5080) freeswitch (here conference application)<br>
I needed that freeswicth did not requie INVITE authentication for the calls coming from asterisk. So the calls are external incoming for freeswitch. <br>Until I added this config with acl it did not funtion. <br><br><br><div class="gmail_quote">
On Sun, Mar 13, 2011 at 5:20 PM, Vitalii Colosov <span dir="ltr">&lt;<a href="mailto:vetali100@gmail.com">vetali100@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Steven, according to Borin&#39;s message she is talking exactly about outgoing gateway (<span style="border-collapse: collapse; font-family: arial,sans-serif; font-size: 13px;">sip_profiles/external/carrier.xml</span>).<div>

<br></div><div>And not about user&#39;s directory.<br><div><br></div><div>Outgoing gateway can also work as incoming gateway, if you send your calls to it.<div><br></div><div>Just want to make things clear.</div><div><br>

</div><div>Vitalie</div><div><div></div><div class="h5"><div><br><br><div class="gmail_quote">2011/3/13 Borin <span dir="ltr">&lt;<a href="mailto:katerin.borin@gmail.com" target="_blank">katerin.borin@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi guys<br>thanks a lot<br><br>I added <br>  &lt;list name=&quot;carrier&quot; default=&quot;deny&quot;&gt;<br>    &lt;node type=&quot;allow&quot; cidr=&quot;carrier.ip/32&quot;/&gt;<br>    &lt;/list&gt;<br>to the acl.conf.xml<br>


<br>then    &lt;param name=&quot;apply-inbound-acl&quot; value=&quot;carrier&quot;/&gt;  in  sip_profiles/external/carrier.xml<br>&lt;include&gt;<br>  &lt;gateway name=&quot;carrier&quot;&gt;<div><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></div>    &lt;param name=&quot;auth-calls&quot; value=&quot;false&quot;/&gt;<br>    &lt;param name=&quot;apply-inbound-acl&quot; value=&quot;carrier&quot;/&gt;<div>

<br>
    &lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;<br></div>&lt;/gateway&gt;<br>&lt;/include&gt;<br><br>Works now<div><div></div><div><br><br><div class="gmail_quote">On Sat, Mar 12, 2011 at 10:48 PM, Steven Ayre <span dir="ltr">&lt;<a href="mailto:steveayre@gmail.com" target="_blank">steveayre@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">That&#39;s for an outgoing gateway.<br><br>Look at the cidr parameter of the user directory - it lets you authenticate a user based on IP rather than password.<br>


<br><a href="http://wiki.freeswitch.org/wiki/Acl#Users" target="_blank">http://wiki.freeswitch.org/wiki/Acl#Users</a><br>

<br>-Steve<br><br><br><br><div class="gmail_quote"><div><div></div><div>On 12 March 2011 20:39, Borin <span dir="ltr">&lt;<a href="mailto:katerin.borin@gmail.com" target="_blank">katerin.borin@gmail.com</a>&gt;</span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div>

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>
<br></div></div><div>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></div></blockquote></div><br><div style="padding: 0px; margin-left: 0px; margin-top: 0px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 130%;">

</div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>
</div></div><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div></div></div></div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>