Re: [asterisk-users] Proxying from one server to another

2009-05-14 Thread Eric Chamberlain
On May 13, 2009, at 5:54 AM, Adrian Marsh wrote: Hi All, I’m trying to find a software package to do the following sip proxy work: I’ve an A*k server A that needs to be decommissioned, from the USA, and replaced by server B, in the UK. Both servers are on public internet IPs. Whilst

Re: [asterisk-users] Proxying from one server to another

2009-05-13 Thread David Gibbons
Redirect traffic with iptables like this: Host ~# iptables -t nat -I PREROUTING -d OLD_PUBLIC_IP -j DNAT --to NEW_PUBLIC_IP I'm not sure if this will work for SIP. You may need the proxy to change info in the sip messages between server and client. --Dave From:

Re: [asterisk-users] Proxying from one server to another

2009-05-13 Thread Dan Caescu
. Dan _ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of David Gibbons Sent: Wednesday, May 13, 2009 10:37 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [asterisk-users] Proxying from one

Re: [asterisk-users] Proxying from one server to another

2009-05-13 Thread Adrian Marsh
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of David Gibbons Sent: 13 May 2009 15:37 To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [asterisk-users] Proxying from one server to another Redirect

Re: [asterisk-users] Proxying from one server to another

2009-05-13 Thread Gavin Henry
...@lists.digium.com] On Behalf Of David Gibbons Sent: 13 May 2009 15:37 To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [asterisk-users] Proxying from one server to another Redirect traffic with iptables like this: Host ~# iptables -t nat -I PREROUTING -d