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"><<a href="mailto:cliff@develix.com">cliff@develix.com</a>></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'd like to setup a gateway with no registration (other end allows by<br>
IP).<br>
<br>
<include><br>
<gateway name="outbound"><br>
<param name="username" value="none"/><br>
<param name="password" value="none"/><br>
<param name="proxy" value="x.x.x.x"/><br>
<param name="register-transport" value="udp"/><br>
<param name="retry-seconds" value="30"/><br>
<param name="caller-id-in-from" value="true"/><br>
</gateway><br>
</include><br>
<br>
As I understand it, the username and password shouldn'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'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 "outbound" on the FS<br>
box. I'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't have control of<br>
that system), but I'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>