I know when you read that subject everyone thinks NAT, but that isn&#39;t the case here.&nbsp; Incoming calls get 2 way audio, but outbound calls do not have incoming audio.&nbsp; below is the flow<br><br>callee&nbsp; --&gt;&nbsp; asterisk&nbsp; --&gt;&nbsp;&nbsp; firewall/router&nbsp;&nbsp; --&gt;&nbsp; provider
<br><br>Callee is firewalled, but not NAT.&nbsp; callee is on the same subnet as the asterisk box.&nbsp; Asterisk box has been completely excluded from the firewall rules, and all traffic is being passed to it.&nbsp;&nbsp; Provider says everything is good on their end.
<br><br>Incoming calls work fine.<br><br>Here is the config from sip.conf for the provider:<br><br><br><br>[general]<br>context=incoming<br>srvlookup=yes<br>canreinvite=no<br>videosupport=yes<br>qualify=yes<br><br>; trunk links
<br><br>[provider]<br>type=friend<br>nat=never<br>host=<a href="http://123.123.123.123">123.123.123.123</a><br>disallow=all<br>allow=ulaw<br>dtmfmode=auto<br>context=dids-inbound<br>canreinvite=no<br><br><br><br>Thanks<br>
<br>Miles<br>