<HTML>
<HEAD>
<TITLE>SIP provider and NAT</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>I have an Asterisk server, running 1.6.0, on my home network. It has an IP address of 192.168.0.201. The server is behind my Linksys router that does NAT for my home devices. I have a softphone on my Mac that is on the same NATed network as the Asterisk server. It has an IP address of 192.168.0.1. I have tried this with a Grandstream phone with the same results.<BR>
<BR>
The Asterisk server registers with a SIP provider and seems to maintain a registration.<BR>
<BR>
When I try to dial out from the soft phone or the Grandstream via the SIP provider I get a &quot;Bad Request&quot; response from the provider. I am guessing that many of the packets have my internal address and need my public address.<BR>
<BR>
Is there some way to resolve this?<BR>
<BR>
Here is the relevant entry in extensions.conf:<BR>
<BR>
exten =&gt; _88X.,1,Dial(SIP/${EXTEN:2}@proxy01.sipphone.com,20,r)<BR>
exten =&gt; _88X.,n,Hangup()<BR>
<BR>
<BR>
Here are my entries in sip.conf:<BR>
<BR>
[proxy01.sipphone.com]<BR>
type=peer<BR>
context=mine<BR>
disallow=all<BR>
allow=ulaw<BR>
dtmfmode=rfc2833<BR>
host=proxy01.sipphone.com<BR>
fromdomain=proxy01.sipphone.com<BR>
insecure=port,invite<BR>
qualify=yes<BR>
fromuser=myid<BR>
authuser=myid<BR>
defaultuser=myid<BR>
secret=mypwd<BR>
canreinvite=no<BR>
<BR>
[GXP280] &nbsp;&nbsp;<BR>
type=friend<BR>
context=mine<BR>
nat=no<BR>
canreinvite=no<BR>
host=dynamic<BR>
secret=mypwd<BR>
callerid=GXP280 &lt;109&gt;<BR>
mailbox=109@ourvm<BR>
busylevel=2<BR>
<BR>
[dickenson]<BR>
type=friend<BR>
context=empl<BR>
nat=no<BR>
canreinvite=no<BR>
host=dynamic<BR>
secret=mypwd<BR>
callerid=Jim Dickenson &lt;108&gt;<BR>
mailbox=108@ourvm<BR>
<BR>
Looking at the SIP debug transaction I do not see my public IP address at all. There must be some setting about the server having at NATed address.<BR>
<BR>
-- <BR>
Jim Dickenson<BR>
<a href="mailto:dickenson@cfmc.com">mailto:dickenson@cfmc.com</a><BR>
<BR>
CfMC<BR>
<a href="http://www.cfmc.com/">http://www.cfmc.com/</a><BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>