<p dir="ltr"><br>
On Aug 21, 2012 4:38 PM, &quot;Daniel-Constantin Mierla&quot; &lt;<a href="mailto:miconda@gmail.com">miconda@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hello,<br>
&gt;<br>
&gt; the version is:<br>
&gt;<br>
&gt; FreeSWITCH version: 1.2.1+git~20120816T172128Z~6dc9596bec (1.2.1; git at commit 6dc9596bec on Thu, 16 Aug 2012 17:21:28 Z)<br>
&gt;<br>
&gt; Did few calls and got one more strange situation. So I commented the line:<br>
&gt;<br>
&gt;<br>
&gt; &lt;param name=&quot;accept-blind-auth&quot; value=&quot;true&quot;/&gt;<br>
&gt;<br>
&gt; and let:<br>
&gt;<br>
&gt;     &lt;param name=&quot;auth-calls&quot; value=&quot;true&quot;/&gt;<br>
&gt;<br>
&gt; Surprising, the calls are not authenticated.<br>
&gt;<br>
&gt; But if I set:<br>
&gt;<br>
&gt;<br>
&gt;     &lt;param name=&quot;auth-calls&quot; value=&quot;false&quot;/&gt;<br>
&gt;<br>
&gt; I get 407 reply.<br>
&gt;<br>
&gt; To summarize, I got:<br>
&gt; 1) auth-calls=false and accept-blind-auth=true =&gt; no 407 reply<br>
&gt; 2) auth-calls=false and accept-blind-auth commented =&gt; 407 reply<br>
&gt; 3) auth-calls=true and accept-blind-auth commented =&gt; no 407 reply<br>
&gt;<br>
&gt; Looks like 3) is opposite than expected. Maybe it&#39;s too late in the night here, missing something obvious, I will try again tomorrow morning and I will fire a bug if it is really the case.</p>
<p dir="ltr">What came of this? <br><br></p>
<p dir="ltr">&gt;<br>
&gt; Cheers,<br>
&gt; Daniel<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On 8/21/12 11:43 PM, Michael Collins wrote:<br>
&gt;&gt;<br>
&gt;&gt; FWIW, I could not reproduce this behavior on v1.2.stable branch. When I set auth-calls=false in the SIP profile and make an inbound call it just relies on the ACL and that&#39;s it. <br>
&gt;&gt;<br>
&gt;&gt; Miconda, what version of FS did you say you were running?<br>
&gt;&gt;<br>
&gt;&gt; -MC<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Aug 21, 2012 at 1:50 PM, Daniel-Constantin Mierla &lt;<a href="mailto:miconda@gmail.com">miconda@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi Mike,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On 8/21/12 10:27 PM, Michael Jerris wrote:<br>
&gt;&gt;&gt; &gt; auth-calls false means we won&#39;t challenge invite, accept-blind-auth means if auth headers are there, we ignore them.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; it is what I expected from auth-calls (and worked like this in the<br>
&gt;&gt;&gt; past), but now even if set to false, the calls are challenged with 407<br>
&gt;&gt;&gt; reply for authentication. Only when I set accept-blind-auth to false<br>
&gt;&gt;&gt; there is no 407.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Overall, it gets me what I need, access being granted on IP acl, but I<br>
&gt;&gt;&gt; wanted to double check if such change in behaviour of auth-calls was<br>
&gt;&gt;&gt; done on purpose. I will review my changes comparing with the default<br>
&gt;&gt;&gt; configs to see if I modified other params that could result in this<br>
&gt;&gt;&gt; situation, although I think there is no other related parameter.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Cheers,<br>
&gt;&gt;&gt; Daniel<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Mike<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; On Aug 21, 2012, at 1:57 PM, Daniel-Constantin Mierla &lt;<a href="mailto:miconda@gmail.com">miconda@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; Hello,<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; in the past I used to set:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; &lt;param name=&quot;auth-calls&quot; value=&quot;false&quot;/&gt;<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; in the sip profile in order to skip user authentication for calls.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Lately I started to play a bit with 1.2 stable branch and seems that<br>
&gt;&gt;&gt; &gt;&gt; setting auth-calls to false is no longer doing what I expected, calls<br>
&gt;&gt;&gt; &gt;&gt; being challenged for user authentication.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Setting instead the accept-blind-auth to false got me what I wanted, like:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt;      &lt;!-- accept any authentication without actually checking (not a<br>
&gt;&gt;&gt; &gt;&gt; good feature for most people) --&gt;<br>
&gt;&gt;&gt; &gt;&gt;      &lt;param name=&quot;accept-blind-auth&quot; value=&quot;true&quot;/&gt;<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; But from the comment (checked the wiki as well, but has the same text)<br>
&gt;&gt;&gt; &gt;&gt; is a bit unclear what is the real purpose for it.<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; Isn&#39;t auth-calls=false supposed to accept calls without user<br>
&gt;&gt;&gt; &gt;&gt; authentication anymore?<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; For this particular case, I play some announcements, like &#39;user not<br>
&gt;&gt;&gt; &gt;&gt; available&#39;, and should work also for calls coming from outside. The<br>
&gt;&gt;&gt; &gt;&gt; access is restricted by IP address ACL, allowing SIP traffic only from<br>
&gt;&gt;&gt; &gt;&gt; my Kamailio instance.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; _________________________________________________________________________<br>
&gt;&gt;&gt; &gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;&gt; &gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt;&gt; &gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;&gt; &gt; <a href="http://www.cudatel.com">http://www.cudatel.com</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Official FreeSWITCH Sites<br>
&gt;&gt;&gt; &gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt;&gt;&gt; &gt; <a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>
&gt;&gt;&gt; &gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; &gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; Daniel-Constantin Mierla - <a href="http://www.asipto.com">http://www.asipto.com</a><br>
&gt;&gt;&gt; <a href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a><br>
&gt;&gt;&gt; Kamailio Advanced Training, Berlin, Nov 5-8, 2012 - <a href="http://asipto.com/u/kat">http://asipto.com/u/kat</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _________________________________________________________________________<br>
&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt;&gt; <a href="http://www.cudatel.com">http://www.cudatel.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-">http://lists.freeswitch.org/mailman/options/freeswitch-</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; <a href="http://www.cudatel.com">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>
&gt;&gt;</p>