<html>
<body>
We have been, unsuccessful, trying to implement inter-asterisk
communications using IAX.&nbsp; I was wondering if anyone is having
similar problems, or would share information about their 
succes/<br><br>
Our environment consists of two servers with public IP addresses and DNS
entries that resolve. (for the example we use
&quot;domain.net&quot;)<br><br>
Based on the information available to us, we have tried the
following:<br><br>
<u>In the IAX.CONF of Server 1 (called &quot;ABLE&quot;) we have
placed</u>:<br><br>
<font size=4 color="#FF0000">register =&gt;
able:password@baker.domain.net<br><br>
</font>we have also placed:<br><br>
<font size=4 color="#FF0000">[baker]<br>
context=internal&nbsp;&nbsp;&nbsp;&nbsp; <br>
type=friend<br>
host=baker@domain.net<br>
secret=password<br>
auth=md5<br><br>
</font><u>In the EXTENSIONS.CONF file on ABLE we have
placed</u>:<br><br>
<font size=4 color="#FF0000">[to-baker]<br>
exten =&gt; _6.,1,Dial(IAX/baker/${EXTEN:1})<br><br>
</font>and [internal] is the existing context for handling internal
calls<br><br>
<br>
<u>In the IAX.CONF file on Server 2 (called &quot;BAKER&quot;) we have
placed</u>:<br><br>
<font size=4 color="#FF0000">register =&gt;
baker:password@able.domain.net<br><br>
</font>we have also placed:<br><br>
<font size=4 color="#FF0000">[able]<br>
context=internal<br>
type=friend<br>
host=able@domain.net<br>
secret=password<br>
auth=md5<br><br>
</font><u>and in the EXTENSIONS.CONF on Baker we have
placed</u>:<br><br>
<font size=4 color="#FF0000">[to able]<br>
exten =&gt; _8.,1,Dial(IAX/able/${EXTEN:1})<br><br>
</font>and [internal] is the existing context for handling internal
calls.<br><br>
<br>
When we reload both Asterisk servers, ABLE shows no registration with
BAKER,<br>
and BAKER shows error messages :<br><br>
Jan 29 11:06:49 NOTICE[-1147503696]: chan_iax.c:2896 register_verify: No
registration for peer 'baker' (from 10.1.1.1)<br>
[Note: 10.1.1.1 is substituted in the above message for the actual
IP]<br><br>
No calls go through from ABLE to BAKER or vice-versa<br><br>
Any suggestions would be appreciated.<br><br>
<br>
Sam Zener<br>
Network Techician<br>
</body>
</html>