<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi All.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I apologize for what seems to me to be a newbie question but I have been searching and beating my head against the wall. Hoping someone might be able to help as I know it has to be simple and I am just too dense to find it online in the myriad of available information.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I have a SBC with a user setup on it (it&#8217;s a commercial SBC that is freeswitch based). If I setup a grandstream phone and register to it, it works great and I can place an outbound call without issue. Nothing fancy in my grandstream config &#8211; hostname of SBC in the SIP server field, username in the Account Name, SIP User ID and Authenticate ID fields, and a password. Registers immediately and all is well.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>If I setup a freeswitch system to do the same, it doesn&#8217;t want to work for me. It seems to register fine and I see it registered when I do &#8220;sofia status gateways&#8221; (and on the SBC too), but calls fail with 403 forbidden from the SBC.<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; Profile::Gateway-Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; State&nbsp;&nbsp; Ping Time&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IB Calls(F/T)&nbsp;&nbsp; OB Calls(F/T)<o:p></o:p></p><p class=MsoNormal>=================================================================================================<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; external::IsleCall&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sip:ewart123@mysiphost.ewart.net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; REGED&nbsp;&nbsp;&nbsp;&nbsp; 0.00&nbsp; 0/0&nbsp;&nbsp;&nbsp;&nbsp; 2/2<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Doing a packet capture at the SBC of the working and not working calls, the key difference appears to be the From field. <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>On the failing one I see:<o:p></o:p></p><p class=MsoNormal>From: &quot;1234 Rick&quot; &lt;sip:1234@99.122.123.123&gt;;tag=raKDjmyU0vNfE<o:p></o:p></p><p class=MsoNormal>While on the working one I see:<o:p></o:p></p><p class=MsoNormal>From: &quot;ewart123&quot; &lt;sip:ewart123@mysiphost.ewart.net&gt;;tag=263774504<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>My outbound gateway configuration on the freeswitch is:<o:p></o:p></p><p class=MsoNormal>&lt;include&gt;<o:p></o:p></p><p class=MsoNormal> &lt;gateway name=&quot;IsleCall&quot;&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp; &lt;param name=&quot;proxy&quot; value=&quot;mysiphost.ewart.net&quot;/&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp; &lt;param name=&quot;username&quot; value=&quot;ewart123&quot;/&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp; &lt;param name=&quot;password&quot; value=&quot;somepassword&quot;/&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp; &lt;param name=&quot;realm&quot; value=&quot;mysiphost.ewart.net&quot;/&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp; &lt;param name=&quot;extension&quot; value=&quot;ewart123@mysiphost.ewart.net&quot;/&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp; &lt;param name=&quot;caller-id-in-from&quot; value=&quot;true&quot;/&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp; &lt;param name=&quot;register&quot; value=&quot;true&quot;/&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp; &lt;param name=&quot;expire-seconds&quot; value=&quot;600&quot;/&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp; &lt;param name=&quot;retry-seconds&quot; value=&quot;30&quot;/&gt;<o:p></o:p></p><p class=MsoNormal> &lt;/gateway&gt;<o:p></o:p></p><p class=MsoNormal>&lt;/include&gt;<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Seems to me I am missing something simple to tell it to not use my internal extension and IP but instead reflect the registered username at the SBC, but I will be darned if I can figure out what that should be.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Thanks in advance for any assistance you may be able to provide.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Rick Ewart<o:p></o:p></p></div></body></html>