<br><br><div class="gmail_quote">On Tue, Jul 14, 2009 at 8:53 AM, Lars Zeb <span dir="ltr">&lt;<a href="mailto:larclap@yahoo.com" target="_blank">larclap@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">











<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">I am
getting an error when I try to make an intercom call from a softphone to a SNOM
320. I get a “401 Unauthorized” in the siptrace and a “No
Matching gateway found” in the log. I can successfully make an intercom
call between my softphone and a Polycom 501, so it must be something with the
SNOM.</span></p>

<p><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>

<p><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">bkw
suggested that the problem was in the challenge/response between FreeSWITCH and
SNOM. In the SNOM’s Setup/Advanced/Behavior page I have set
“Challenge/Response” off,  “Enable intercom” on
and “Type of Intercom Answering” to “Handsfree”. The
error is still “401 Unauthorized”.</span></p>

<p><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>

<p><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">What
more do I need to do?</span></p></div></div></blockquote><div><br>Lars,<br>It looks like FreeSWITCH is sending the challenge to the Snom. Note this line from the debug log:<br>2009-07-14 08:12:32.333079 [DEBUG] sofia.c:4587 IP 192.168.10.11 Rejected by acl &quot;domains&quot;. Falling back to Digest auth.<br>


<br>For testing purposes you can edit acl.conf.xml and add a new line right after:<br>&lt;node type=&quot;allow&quot; domain=&quot;$${domain}&quot;/&gt;<br><br>Add:<br>&lt;node type=&quot;allow&quot; cidr=&quot;<a href="http://192.168.10.11/32" target="_blank">192.168.10.11/32</a>&quot;/&gt; <br>

<br>Restart FS or issue this command at the CLI:<br>reloadacl reloadxml<br><br>Then try your call again.<br><br>To learn more about how you can have your local users bypass the &quot;domains&quot; acl without editing acl.conf.xml then look in conf/directory/default/brian.xml. At the top of that file you will see a note about how adding a cidr= attribute to your user tag will let you bypass the domains ACL check.<br>

<br>Enjoy!<br>-MC<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div link="blue" vlink="purple" lang="EN-US">
<div><p><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"></span></p>

<p><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>

<p><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Thanks,
Lars</span></p>

<p><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>

<p><a href="http://pastebin.freeswitch.org/9709" target="_blank">http://pastebin.freeswitch.org/9709</a><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"></span></p>

<p><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>

</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>