<br><br><div class="gmail_quote">On Tue, Jun 9, 2009 at 9:14 AM, freeswitch list <span dir="ltr">&lt;<a href="mailto:eman@chabotel.com">eman@chabotel.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;">
<span style="border-collapse: collapse;"><span style="font-family: &#39;Times New Roman&#39;; font-size: 16px;"><div style="margin: 8px;">
1) How do you setup a gateway where the provider doesn&#39;t require a user name and password?  For freeswitch gateways username and password are mandatory.  </div></span></span></blockquote><div><br></div></div>Find this line in example.xml:<br>
&lt;!--&lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;--&gt;<br><br>Uncomment that line in your gateway and it won&#39;t attempt to register. Put a bogus username and password in those fields to keep FS from complaining and you&#39;re all set.<br>
-MC<br>