If you are using linux firewall, try this, it was very usefull to me:


iptables -t nat -A PREROUTING -i ethx -p tcp --dport 5060 -j DNAT --to 
ip_phoneiptables -t nat -A PREROUTING -i ethx -p udp --dport 5060 -j DNAT --to 
iip_phoneiptables -A FORWARD -p TCP --dport 5060 -j ACCEPTiptables -A FORWARD 
-p UDP --dport 5060 -j ACCEPT



Att,

 

Flavio Roberto Miranda

MSN:[email protected]
Skype: flaviormiranda



> Date: Thu, 16 Sep 2010 18:45:38 -0400
> From: [email protected]
> To: [email protected]
> Subject: Re: [asterisk-users] one way audio for xlite clients behind NAT
> 
> On Thu, Sep 16, 2010 at 6:04 PM, Thomas Johnson <[email protected]> wrote:
> > The server is not behind NAT only the client above is
> >
> Sounds like a phone (not asterisk) issue then, make sure you have
> setup your NAT and port forwarding properly on the client side.
> 
> -- 
> Paul Belanger | dCAP
> Polybeacon | Consultant
> Jabber: [email protected] | IRC: pabelanger (Freenode)
> blog.polybeacon.com
> 
> -- 
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
> 
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
                                          
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to