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'll all be running on top of a TCP connection and you should expect poor quality as a result. SIP won'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't get sent until the TCP layer has acknowledged receiving the previous data. You won't get any packet loss but you will introduce extra delays which may degrade the voice quality (either a lag, or cutting in & 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"><<a href="mailto:mark@mdsh.com">mark@mdsh.com</a>></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 'west', 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'd like to be able to get calls in to 'west' from another FS server,<br>
lets call this one 'east', but those calls from 'east' would have to be<br>
trunked into 'west' via a connection originated from 'west' 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'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>