[asterisk-users] one way audio for xlite clients behind NAT
Flavio Miranda
flaviormiranda at hotmail.com
Thu Sep 16 19:44:32 CDT 2010
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:flaviormiranda at hotmail.com
Skype: flaviormiranda
> Date: Thu, 16 Sep 2010 18:45:38 -0400
> From: paul.belanger at polybeacon.com
> To: asterisk-users at lists.digium.com
> Subject: Re: [asterisk-users] one way audio for xlite clients behind NAT
>
> On Thu, Sep 16, 2010 at 6:04 PM, Thomas Johnson <tomfmason at gmail.com> 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: paul.belanger at polybeacon.com | 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100916/ed9ea44c/attachment-0001.htm
More information about the asterisk-users
mailing list