Okay, I am still thoroughly confused with that tutorial. I have seen most of those options before, but I have no idea which ones I need to use for my setup. I have my Asterisk server and my client using X-Lite behind two different NAT routers. What incoming ports do I need to forward on each, and what do I need to set in my sip.conf and rtp.conf? (No outgoing ports are blocked).
Currently I have UDP ports 5060, 6922, and 6923 forwarded on the Asterisk's NAT. rtp.conf is set to start at 6922 and end at 6923. sip.conf has nat=yes for the user and
- Code: Select all
port=5060
bindaddr=0.0.0.0
servlookup=yes
localnet=192.168.0.85/255.255.255.0
under general. X-Lite registers properly and rings on an incoming call, but no audio either way. (No audio problems if client is within the Asterisk server's LAN of course)