<div dir="ltr">I have two machines on the internet. Box A and Box B.<div><br></div><div>Box A has a SIP trunk to the world, Making calls box A works fine</div><div>I have audio to my cell and all works. </div><div><br></div><div>I defined a SIP trunk between box B and A. tried to make a call originating </div><div>from box B - to box A and then over the SIP trunk to my cell.</div><div><br></div><div>My cell rings but then no audio.</div><div><br></div><div>I have defined SIP trunks before between boxes pretty straight forward.</div><div>I have checked and my firewalls are open for SIP/RTP</div><div><div>-A INPUT -m state --state NEW -m udp -p udp --dport 5060 -j ACCEPT</div><div>-A INPUT -m state --state NEW -m tcp -p tcp --dport 8000:60000 -j ACCEPT</div><div>-A INPUT -m state --state NEW -m udp -p udp --dport 8000:60000 -j ACCEPT</div></div><div><br></div><div>I am using asterisk 11.16</div><div><br></div><div>box A is </div><div><div>[boxab_sip]</div><div>type=friend</div><div>username=boxa_sip<br></div><div>secret=***</div><div>disallow=all</div><div>allow=ulaw</div><div>allow=alaw</div><div>allow=gsm</div><div>dtmfmode=rfc2833</div><div>host=DNS Name here</div><div>context=sip_trunk</div><div>insecure=port,invite</div></div><div><br></div><div>box B is </div><div><div>[boxab_sip]</div><div>type=friend</div><div>username=boxab_sip<br></div><div>secret=***</div><div>disallow=all</div><div>allow=ulaw</div><div>allow=alaw</div><div>allow=gsm</div><div>dtmfmode=rfc2833</div><div>host=DNS Name here</div><div>context=sip_turnk</div><div>insecure=port,invite</div></div><div><br></div><div>Is there something I am missing?</div><div>The one piece I have not done before is SIP trunk - to - SIP trunk.</div><div>But the phone rings - so its routed - just no audio.</div><div><br></div><div>Thoughts?</div><div><br></div><div>Thanks,</div><div><br></div><div><br></div><div><br></div><div>Jerry</div></div>