<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] FreeSwitch Error: &quot;username param is REQUIRED!&quot;</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Just put nothing or BS in the username and password fields for the gateway if you are using IP auth on the other side like with alcazar... <BR>
<BR>
If they don&#8217;t 407 the gateway doesn&#8217;t mind having the extra info there...also keep in mind to set the caller id in from field setting on the gateway<BR>
<BR>
<BR>
On 8/2/12 5:58 PM, &quot;A E G&quot; &lt;<a href="all.eforums@gmail.com">all.eforums@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT COLOR="#663366"><FONT FACE="Trebuchet MS">I don't see anywhere where this &quot;</FONT></FONT><FONT FACE="Trebuchet MS"> alcazarnetworks-outbound &quot; gateway is even being loaded. Nor do I see where FS would figure out how to reach this alcaz-outbound realm. Are these being looked up from DNS? If not, then how do you propose sofia finds the IP to contact this gateway on? I think with the bridge command you might have to still tell it the IP. If you tell it the IP, then why is the definition of the gateway needed if you're not registering. <BR>
<BR>
Haha sorry I'm not all that of an expert at FS either so maybe someone more knowledgeable can respond to this and help us both. <BR>
<BR>
I think what you need to run, as mentioned previously is<BR>
<BR>
fs@internal&gt;sofia profile external gwlist up &lt;-- this should show you the gateways that are loaded and ready (I think)<BR>
<BR>
if you don't see your  alcazarnetworks-outbound  gateway there, try running<BR>
<BR>
fs@internal&gt;sofia profile external rescan reloadxml &lt;-- this should rescan your gateways in the directory and you should see alcazarnetworks-outbound load up OR it should give you some error as to why it can't load it up. Also, don't forget to include the &lt;/gateway&gt; in the config file. I'm surprised that this doesn't show up as an error in the console when you load it up. <BR>
<BR>
HTH<BR>
aeg<BR>
</FONT><FONT FACE="Monaco, Courier New"><BR>
On Thu, Aug 2, 2012 at 5:22 PM, Sazzad &lt;<a href="sazzadbinkamal@gmail.com">sazzadbinkamal@gmail.com</a>&gt; wrote:<BR>
</FONT></SPAN><BLOCKQUOTE><BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Monaco, Courier New">This is odd then. <BR>
</FONT></SPAN></BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Monaco, Courier New"><BR>
(@_@)<BR>
 <BR>
</FONT></SPAN><BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Monaco, Courier New">I don't know if the issue is occuring where you think<BR>
it is. Do you have any other gateways setup in profile external?<BR>
</FONT></SPAN></BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Monaco, Courier New"><BR>
Nope!<BR>
 <BR>
</FONT></SPAN><BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Monaco, Courier New"> Can you post the output of 'sofia status' with minimal changes, please?<BR>
</FONT></SPAN></BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Monaco, Courier New"><BR>
Sure, I can. Though I don't think it'll be of much help to you. Here &lt;<a href="http://pastebin.freeswitch.org/19631">http://pastebin.freeswitch.org/19631</a>&gt; &nbsp;it is.<BR>
 <BR>
</FONT></SPAN><BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Monaco, Courier New">For reference, the following definitely works for a provider which does<BR>
not require username/password (i.e. IP authentication only), I've only<BR>
obfuscated the actual IP address from the realm in this example:<BR>
<BR>
   &lt;include&gt;<BR>
     &lt;gateway name=&quot;provider&quot;&gt;<BR>
       &lt;param name=&quot;username&quot; value=&quot;not-used&quot;/&gt;<BR>
       &lt;param name=&quot;password&quot; value=&quot;not-used&quot;/&gt;<BR>
       &lt;param name=&quot;realm&quot; value=&quot;192.0.2.1&quot;/&gt;<BR>
       &lt;param name=&quot;register&quot; value=&quot;false&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>
</FONT></SPAN></BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Monaco, Courier New"><BR>
I see. Hmm, but Alcazar support adviced to use Freeswitch bridge command to point to ip. Probably it is same as Asterisk bridge()?! And it definitely is not seeming like a cli command rather an application to be used in dialplan, I guess. By the way, I registered Alcazar for outbound termination.<BR>
<BR>
May be this context may help you find out some reason:<BR>
<BR>
I'm trying to use Newfies &lt;<a href="http://newfies-dialer.org">http://newfies-dialer.org</a>&gt; &nbsp;dialer. Plivo &lt;<a href="http://plivo.com">http://plivo.com</a>&gt; &nbsp;has been installed on the server, so we'll not be using their API (or sending request to their cloud server).<BR>
<BR>
After a fresh install I simply did the following according to Newfies doc:<BR>
<BR>
1. copy-paste the sip_profile/external/example.com &lt;<a href="http://example.com">http://example.com</a>&gt; &nbsp;to alcazarnetworks.com &lt;<a href="http://alcazarnetworks.com">http://alcazarnetworks.com</a>&gt; <BR>
2. change relevant fields, EXACTLY same as you provided in the above example. EXCEPT &quot;realm&quot; and &quot;caller-id-in-form&quot; fields. I used real username and password provided by Alcazar by the way.<BR>
3. Run command : &quot;sip profile external restart reloadxml&quot; and got the error!<BR>
4. So I tried it on my local machine (which is not registered with Alcazar) and got the same error!<BR>
<BR>
That's all I can tell.<BR>
</FONT></SPAN></BLOCKQUOTE></BLOCKQUOTE>
</BODY>
</HTML>