<div>List,</div>
<div>&nbsp;</div>
<div>I have been using asterisk for a while now &amp; finally ran into the problem that I hear so often... &quot;one way audio&quot;. </div>
<div>&nbsp;</div>
<div>We were using our asterisk server with 1 NIC and a Public IP with multiple ATA's all in different locations with no problems at all. We have now decided to migrate our existing PBX to Asterisk. So&nbsp;I installed &amp; configured a second NIC with a Private IP and configured a few ATA's on the same network with the NIC. The private NIC was configured with Gateway address of&nbsp;
<a href="http://0.0.0.0">0.0.0.0</a> so all the traffic would go out through to the public NIC instead of being rerouted through the NAT. All seems to work perfectly, I can make calls to the PSTN just fine (through one of our SIP carriers), but&nbsp;incoming calls from the PSTN (through a&nbsp;SIP carrier) have only 1 way audio.
</div>
<div>&nbsp;</div>
<div>When I call from one extension to another, it's fine... when I call from extension to pstn, it's fine... but PSTN to SIP device has 1 way audio. I tried turning off IPtables, but that made no difference. It still works fine when connecting to the public IP address instead of the private one.
</div>
<div>&nbsp;</div>
<div>Does anyone have an idea of what I'm doing wrong?</div>
<div>&nbsp;</div>
<div>Here is what I'm using for my SIP entry:</div>
<div>&nbsp;</div>
<div>[214]<br>type=friend<br>host=dynamic<br>context=blahblah<br>dtmfmode=rfc2833<br>restrictcid=no<br>insecure=yes<br>disallow=all<br>allow=ulaw<br>secret=mypassword<br>qualify=2000<br>nat=no<br>callerid=&quot;me&quot; &lt;214&gt;
<br>&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>&nbsp;</div>
<div>&nbsp;bp</div>