<br><br><div class="gmail_quote">On Sat, Jan 9, 2010 at 9:00 AM, Max Bridgewater <span dir="ltr"><<a href="mailto:max.bridgewater@gmail.com">max.bridgewater@gmail.com</a>></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'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><include><br> <gateway name="portech"><br> <param name="username" value="noauthentication" /><br> <param name="password" value="noauthentication" /><br>
<param name="proxy" value="74.24.22.59" /><br> <param name="realm" value="74.24.22.59" /><br> <param name="register" value="false" /><br>
</gateway><br></include><br><br>Then, in the /usr/local/freeswitch/confi/dialplan/default.xml, I added the following extension:<br><br> <extension name="portech"><br> <condition field="destination_number" expression="^2801$"><br>
<action application="bridge" data="sofia/gateway/portech/5147237479"/><br> </condition><br> </extension><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'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>