Hi Guys,<br><br>It appears quite a few people in the list are using Portech. Can you please help me connect Freeswitch to  it for termination puposes?<br><br>Here is what I&#39;ve done so far but without success.<br><br>In Freeswitch I created a profile and stored it in under /usr/local/freeswitch/conf/sip_profiles/external/. Here is the content:<br>
<br>&lt;include&gt;<br>  &lt;gateway name=&quot;portech&quot;&gt;<br>    &lt;param name=&quot;username&quot; value=&quot;noauthentication&quot; /&gt;<br>    &lt;param name=&quot;password&quot; value=&quot;noauthentication&quot; /&gt;<br>
    &lt;param name=&quot;proxy&quot; value=&quot;74.24.22.59&quot; /&gt;<br>    &lt;param name=&quot;realm&quot; value=&quot;74.24.22.59&quot; /&gt;<br>    &lt;param name=&quot;register&quot; value=&quot;false&quot; /&gt;<br>
  &lt;/gateway&gt;<br>&lt;/include&gt;<br><br>Then, in the /usr/local/freeswitch/confi/dialplan/default.xml, I added the following extension:<br><br>   &lt;extension name=&quot;portech&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^2801$&quot;&gt;<br>
        &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/portech/5147237479&quot;/&gt;<br>      &lt;/condition&gt;<br>    &lt;/extension&gt;<br><br>In Portech MV374, what I did is simply adding one entry in the Mobile/Lan to mobile table  that consists of  URL: 74.24.22.59 and call Num: #.<br>
<br>Now, when I connect to Freeswitch with Xlite and try to dial extension 2801 it simply says User Busy. i don&#39;t even see that attempts are being made to connect to the Portech gateway.<br><br>Any idea?<br>Thanks in advance.<br>
<br>Max.<br>