<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<span class="Apple-style-span" style="font-family: Tahoma, Verdana, Arial, sans-serif; line-height: 17px; color: rgb(42, 42, 42); "><span class="ecxApple-style-span" style="line-height: 17px; font-family: Verdana, Tahoma, Arial, Calibri, Geneva, sans-serif; color: rgb(51, 51, 51); "><div><span class="Apple-style-span" style="font-family: Tahoma, Verdana, Arial, sans-serif; line-height: 17px; color: rgb(42, 42, 42); "><span class="ecxApple-style-span" style="line-height: 17px; font-family: Verdana, Tahoma, Arial, Calibri, Geneva, sans-serif; color: rgb(51, 51, 51); "><br></span></span></div><div><span class="Apple-style-span" style="font-family: Tahoma, Verdana, Arial, sans-serif; line-height: 17px; color: rgb(42, 42, 42); "><span class="ecxApple-style-span" style="line-height: 17px; font-family: Verdana, Tahoma, Arial, Calibri, Geneva, sans-serif; color: rgb(51, 51, 51); ">If you are using linux firewall, try this, it was very usefull to me:</span></span></div><div><span class="Apple-style-span" style="font-family: Tahoma, Verdana, Arial, sans-serif; line-height: 17px; color: rgb(42, 42, 42); "><span class="ecxApple-style-span" style="line-height: 17px; font-family: Verdana, Tahoma, Arial, Calibri, Geneva, sans-serif; color: rgb(51, 51, 51); "><br></span></span></div><div><span class="Apple-style-span" style="font-family: Tahoma, Verdana, Arial, sans-serif; line-height: 17px; color: rgb(42, 42, 42); "><span class="ecxApple-style-span" style="line-height: 17px; font-family: Verdana, Tahoma, Arial, Calibri, Geneva, sans-serif; color: rgb(51, 51, 51); "><br></span></span></div><div><span class="Apple-style-span" style="font-family: Tahoma, Verdana, Arial, sans-serif; line-height: 17px; color: rgb(42, 42, 42); "><span class="ecxApple-style-span" style="line-height: 17px; font-family: Verdana, Tahoma, Arial, Calibri, Geneva, sans-serif; color: rgb(51, 51, 51); "><br></span></span></div>iptables -t nat -A PREROUTING -i ethx -p tcp --dport 5060 -j DNAT --to ip_phone<br style="line-height: 17px; ">iptables -t nat -A PREROUTING -i ethx -p udp --dport 5060 -j DNAT --to iip_phone<br style="line-height: 17px; ">iptables -A FORWARD -p TCP --dport 5060 -j ACCEPT<br style="line-height: 17px; ">iptables -A FORWARD -p UDP --dport 5060 -j ACCEPT<br style="line-height: 17px; "></span></span><br><br><div><br></div><div><br></div><div>Att,<br>
<br>
Flavio Roberto Miranda<br>
MSN:flaviormiranda@hotmail.com<br>Skype: flaviormiranda<br><br><br><br>> Date: Thu, 16 Sep 2010 18:45:38 -0400<br>> From: paul.belanger@polybeacon.com<br>> To: asterisk-users@lists.digium.com<br>> Subject: Re: [asterisk-users] one way audio for xlite clients behind NAT<br>> <br>> On Thu, Sep 16, 2010 at 6:04 PM, Thomas Johnson <tomfmason@gmail.com> wrote:<br>> > The server is not behind NAT only the client above is<br>> ><br>> Sounds like a phone (not asterisk) issue then, make sure you have<br>> setup your NAT and port forwarding properly on the client side.<br>> <br>> -- <br>> Paul Belanger | dCAP<br>> Polybeacon | Consultant<br>> Jabber: paul.belanger@polybeacon.com | IRC: pabelanger (Freenode)<br>> blog.polybeacon.com<br>> <br>> -- <br>> _____________________________________________________________________<br>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>> New to Asterisk? Join us for a live introductory webinar every Thurs:<br>> http://www.asterisk.org/hello<br>> <br>> asterisk-users mailing list<br>> To UNSUBSCRIBE or update options visit:<br>> http://lists.digium.com/mailman/listinfo/asterisk-users<br></div>                                            </body>
</html>