<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>i've got * and phones in small home network all behind NAT. Outbound to
iconnect proxy works great. Now to get in/out working with another carrier.
Carrier2, Commpartners, i have working with one of the phones and a soft phone
without * just fine. &nbsp;<br>
&nbsp;<br>
Next I register the phone with * fine. Create a trunk, but it the trunk fails
to register... help&nbsp;<br>
&nbsp;<br>
I'm getting the following msg during registration:&nbsp;<br>
to 66.218.79.147:5060&nbsp;<br>
Retransmitting #5 (no NAT):&nbsp;<br>
REGISTER sip:xxxxx.net SIP/2.0&nbsp;<br>
&nbsp;<br>
SIP.CONF=&nbsp;<br>
; Note: If your SIP devices are behind a NAT and your Asterisk&nbsp;<br>
; server isn't, try adding &quot;nat=1&quot; to each peer definition to&nbsp;<br>
; solve translation problems.&nbsp;<br>
&nbsp;<br>
[general]&nbsp;<br>
&nbsp;<br>
; 2005-03-14&nbsp;<br>
externip={external ip}&nbsp;<br>
localnet=192.168.2.0 ;(i.e.192.168.1.0) &nbsp;<br>
localmask=255.255.255.0 ;(or whatever your localnet mask) &nbsp;<br>
nat=yes &nbsp;<br>
&nbsp;<br>
port = 5060 ; Port to bind to (SIP is 5060)&nbsp;<br>
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)&nbsp;<br>
disallow=all&nbsp;<br>
allow=ulaw&nbsp;<br>
allow=alaw&nbsp;<br>
context = from-sip-external ; Send unknown SIP callers to this context&nbsp;<br>
callerid = Unknown&nbsp;<br>
&nbsp;<br>
#include sip_nat.conf&nbsp;<br>
#include sip_additional.conf&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
register={userid}:{password}@{domain}.net&nbsp;<br>
&nbsp;<br>
[200]&nbsp;<br>
username=200&nbsp;<br>
type=friend&nbsp;<br>
secret=???&nbsp;<br>
qualify=no&nbsp;<br>
port=5060&nbsp;<br>
pickupgroup=&nbsp;<br>
nat=never&nbsp;<br>
mailbox=&nbsp;<br>
host=dynamic&nbsp;<br>
dtmfmode=rfc2833&nbsp;<br>
disallow=&nbsp;<br>
context=from-internal&nbsp;<br>
canreinvite=no&nbsp;<br>
callgroup=&nbsp;<br>
callerid=&quot;Demo&quot; &lt;200&gt;&nbsp;<br>
allow=&nbsp;<br>
&nbsp;<br>
[CP 9929]&nbsp;<br>
username={username}&nbsp;<br>
type=peer&nbsp;<br>
secret={password}&nbsp;<br>
host={host}&nbsp;<br>
&nbsp;<br>
[cp-in-01]&nbsp;<br>
type=user&nbsp;<br>
context=from-pstn&nbsp;<o:p></o:p></span></font></p>

</div>

</body>

</html>