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