<br><br><div class="gmail_quote">On Sat, Jan 9, 2010 at 9:00 AM, Max Bridgewater <span dir="ltr">&lt;<a href="mailto:max.bridgewater@gmail.com">max.bridgewater@gmail.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;">
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>
</blockquote><div><br>Turn on debug level console output and turn on SIP trace and make a test call capturing the output. Put into a pastebin and reply to this thread with the link. Hopefully the log will tell you (and us) what is going on.<br>
<br>FYI, this page has lots have handy tips for how to gather information and report it:<br><a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a><br><br>That page is your friend because it gives you lots of tools and skills for gathering information. :)<br>
-MC<br></div></div><br>