oh that&#39;s good news!<br>sorry, i assumed you must have had a reason to do it that way.<br><br>just create another profile that uses a another port and a public context with very little extensions in it and no auth options.<br>
<br>then in that public context you can make extens to transfer the call into your real dialplan when they are appropriate.<br><br>the defaults out of the box have something like this in place already iirc.<br><br><br><div class="gmail_quote">
On Wed, Oct 29, 2008 at 8:38 AM, Klaus Teller <span dir="ltr">&lt;<a href="mailto:klaus.teller@gmx.net">klaus.teller@gmx.net</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;">
Sorry if i gave the impression i&#39;m tried to avoid something. There is nothing i&#39;m trying to avoid, i&#39;m just ignorant.<br>
<br>
So how can i translate your recommendation into practice? What parameters do i need to set/change?<br>
<br>
Thanks,<br>
<br>
Klaus.<br>
<br>
-------- Original-Nachricht --------<br>
&gt; Datum: Wed, 29 Oct 2008 08:13:58 -0500<br>
&gt; Von: &quot;Anthony Minessale&quot; &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;<br>
&gt; An: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
&gt; Betreff: Re: [Freeswitch-users] Authorizing Anonynous Devices<br>
<div><div></div><div class="Wj3C7c"><br>
&gt; all this to avoid just making another profile on a different port that has<br>
&gt; inbound calls sandboxed into a special public context?<br>
&gt; if you add the port to your srv records nobody would even know.<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Oct 28, 2008 at 3:02 PM, Klaus Teller &lt;<a href="mailto:klaus.teller@gmx.net">klaus.teller@gmx.net</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt; &gt; Hi Folks,<br>
&gt; &gt;<br>
&gt; &gt; I need some additional help with this issue. I already had some from<br>
&gt; Brian<br>
&gt; &gt; i&#39;m but still not able to move forward.<br>
&gt; &gt;<br>
&gt; &gt; I want a non-registered device to be able to call extension 56900 in my<br>
&gt; &gt; Freeswitch in such a way that i can manage the call using the socket<br>
&gt; &gt; interface. &nbsp;I believe the issue i&#39;m having is that of permissions.<br>
&gt; &gt;<br>
&gt; &gt; Based on what was suggested sofar, here is what i did.<br>
&gt; &gt;<br>
&gt; &gt; 1) Added following extension in dialplan/default.xml<br>
&gt; &gt;<br>
&gt; &gt; &nbsp; &nbsp; &lt;extension name=&quot;check_auth&quot; continue=&quot;true&quot;&gt;<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;condition field=&quot;${sip_authorized}&quot; expression=&quot;^true$&quot;<br>
&gt; &gt; break=&quot;never&quot;&gt;<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;anti-action application=&quot;respond&quot; data=&quot;407&quot;/&gt;<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/condition&gt;<br>
&gt; &gt; &nbsp; &lt;/extension&gt;<br>
&gt; &gt;<br>
&gt; &gt; 2) Set auth-calls to false in internal.xml. That is<br>
&gt; &gt; &lt;param name=&quot;auth-calls&quot; value=&quot;$${internal_auth_calls}&quot;/&gt;<br>
&gt; &gt;<br>
&gt; &gt; was replaced with:<br>
&gt; &gt;<br>
&gt; &gt; &lt;param name=&quot;auth-calls&quot; value=&quot;false&quot;/&gt;<br>
&gt; &gt;<br>
&gt; &gt; 3) Changed acl.com.xml by replacing<br>
&gt; &gt;<br>
&gt; &gt; &nbsp;&lt;list name=&quot;domains&quot; default=&quot;DENY&quot;&gt;<br>
&gt; &gt; &nbsp; &nbsp; &nbsp;&lt;node type=&quot;allow&quot; domain=&quot;$${domain}&quot;/&gt;<br>
&gt; &gt; &nbsp; &nbsp;&lt;/list&gt;<br>
&gt; &gt;<br>
&gt; &gt; with<br>
&gt; &gt;<br>
&gt; &gt; &nbsp;&lt;list name=&quot;domains&quot; default=&quot;allow&quot;&gt;<br>
&gt; &gt; &nbsp; &nbsp; &nbsp;&lt;node type=&quot;allow&quot; domain=&quot;$${domain}&quot;/&gt;<br>
&gt; &gt; &nbsp; &nbsp;&lt;/list&gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Now here is the result i get after these changes:<br>
&gt; &gt;<br>
&gt; &gt; a) Anonymous non-registered device can call registered soft phone &nbsp;at<br>
&gt; &gt; extension 1003<br>
&gt; &gt; b) Anonymous non-registered device cannot call 56900 that needs to be<br>
&gt; &gt; managed via socket interface (error message 480). Also 9000 cannot be<br>
&gt; &gt; called.<br>
&gt; &gt; c) Registered soft phone (extension 1003) cannot call 56900<br>
&gt; &gt; d) Registered soft phone (ext 1003) can call registered soft phone (ext<br>
&gt; &gt; 1000).<br>
&gt; &gt;<br>
&gt; &gt; If i perform only step 1 and 3 (i.e. auth-calls not set to false), a)<br>
&gt; &gt; become impossible, b) remains wrong, c) is now possible (i.e. socket<br>
&gt; &gt; interface being notified about call at 56900), while d) remains. valid.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Disabling any of 1) or 3) would result into calls by non-registered<br>
&gt; device<br>
&gt; &gt; being rejected.<br>
&gt; &gt;<br>
&gt; &gt; Any idea what else can be tried?<br>
&gt; &gt;<br>
&gt; &gt; Thanks,<br>
&gt; &gt; Klaus.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!<br>
&gt; &gt; Ideal für Modem und ISDN: <a href="http://www.gmx.net/de/go/smartsurfer" target="_blank">http://www.gmx.net/de/go/smartsurfer</a><br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Freeswitch-users mailing list<br>
&gt; &gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Anthony Minessale II<br>
&gt;<br>
&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;<br>
&gt; AIM: anthm<br>
</div></div>&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a> &lt;<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>&gt;<br>
&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a>&lt;<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>
<div class="Ih2E3d">&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;<br>
&gt; FreeSWITCH Developer Conference<br>
</div>&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a> &lt;<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>&gt;<br>
<div class="Ih2E3d">&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
</div>&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a>&lt;<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>

&gt; pstn:213-799-1400<br>
<font color="#888888"><br>
--<br>
GMX Download-Spiele: Preizsturz! Alle Puzzle-Spiele Deluxe über 60% billiger.<br>
<a href="http://games.entertainment.gmx.net/de/entertainment/games/download/puzzle/index.html" target="_blank">http://games.entertainment.gmx.net/de/entertainment/games/download/puzzle/index.html</a><br>
</font><div><div></div><div class="Wj3C7c"><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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>