You could try running OpenVPN through the SOCKS proxy, that would then let you run any TCP and UDP connections you wanted through between the FS hosts via the VPN.<br><br>However it&#39;ll all be running on top of a TCP connection and you should expect poor quality as a result. SIP won&#39;t have any issues, but RTP is designed to use UDP so that it can continue sending without waiting for a reply. Doing so on top of TCP will mean that packets won&#39;t get sent until the TCP layer has acknowledged receiving the previous data. You won&#39;t get any packet loss but you will introduce extra delays which may degrade the voice quality (either a lag, or cutting in &amp; out). I would avoid it if at all possible.<br>
<br>-Steve<br><br><br><br><div class="gmail_quote">On 29 July 2010 15:32, Mark Himsley <span dir="ltr">&lt;<a href="mailto:mark@mdsh.com">mark@mdsh.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Is there any way to run a trunk between two FS servers where the ONLY<br>
connection method would be through a SOCKS proxy?<br>
<br>
Imagine a situation where an FS server, lets call it &#39;west&#39;, is at an<br>
organisation which does not allow direct access to the Internet but does<br>
allow outbound TCP access through a SOCKS server.<br>
<br>
I&#39;d like to be able to get calls in to &#39;west&#39; from another FS server,<br>
lets call this one &#39;east&#39;, but those calls from &#39;east&#39; would have to be<br>
trunked into &#39;west&#39; via a connection originated from &#39;west&#39; through the<br>
SOCKS proxy.<br>
<br>
Thinking on the hoof - I suppose I *might* be able to create some TCP<br>
tunnels on an SSH connection, but I have no idea how I&#39;d get FS to push<br>
RTP through them.<br>
<br>
Thanks for your thoughts.<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>