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>
<br>Max.<br>