try register=false<br>~Mitch<br><br><div class="gmail_quote">On Wed, Feb 9, 2011 at 12:25 PM, Cliff Wells <span dir="ltr">&lt;<a href="mailto:cliff@develix.com">cliff@develix.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;">

I&#39;d like to setup a gateway with no registration (other end allows by<br>
IP).<br>
<br>
&lt;include&gt;<br>
  &lt;gateway name=&quot;outbound&quot;&gt;<br>
    &lt;param name=&quot;username&quot; value=&quot;none&quot;/&gt;<br>
    &lt;param name=&quot;password&quot; value=&quot;none&quot;/&gt;<br>
    &lt;param name=&quot;proxy&quot; value=&quot;x.x.x.x&quot;/&gt;<br>
    &lt;param name=&quot;register-transport&quot; value=&quot;udp&quot;/&gt;<br>
    &lt;param name=&quot;retry-seconds&quot; value=&quot;30&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>
As I understand it, the username and password shouldn&#39;t matter since<br>
registration is challenge/auth.<br>
<br>
What happens is I get a 403 when FreeSWITCH attempts to register (before<br>
any calls are placed), so FreeSWITCH has the gateway marked as<br>
FAIL_WAIT.   Is this proof the other end is requiring registration?  Or<br>
is FS expecting a challenge, getting none and marking the gateway down?<br>
<br>
Most of the solutions I&#39;ve seen for this type of setup involve using a<br>
dialplan rather than a gateway, but my dialplans are served via<br>
mod_xml_curl and expect a functional gateway named &quot;outbound&quot; on the FS<br>
box.   I&#39;d rather not clutter up the xml dialplans with a bunch of<br>
special cases, so a named gateway is preferred.<br>
<br>
The problem certainly may lie on the other end (I don&#39;t have control of<br>
that system), but I&#39;m not sure how to verify that.<br>
<br>
Regards,<br>
Cliff<br>
<br>
<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>
</blockquote></div><br>