<BLOCKQUOTE style="PADDING-LEFT: 8px; MARGIN-LEFT: 8px; BORDER-LEFT:
blue 2px solid"><BR>
<DIV><FONT size=2>Hello,</FONT></DIV>
<DIV><FONT size=2>two questions: </FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><STRONG><FONT size=2>1: How can I open/enable network connection to
B?</FONT></STRONG></DIV>
<DIV><FONT size=2><STRONG>scenerio:</STRONG></FONT></DIV>
<DIV><FONT size=2>I have 2 Asterisk servers, A and B, running Fedora
Core1 on my local network.&nbsp;B refuses any network connection
attempts from A, i.e. I can't even telnet or FTP&nbsp;to B from A, but
I can&nbsp;to A from B. This makes B refuse any IAX connection attempt
from A. </FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT size=2><STRONG>2: what's wrong with my configurations, why
can't I dial A from B, and vice versa?</STRONG></FONT></DIV>
<DIV><FONT size=2><STRONG>scenerio:</STRONG></FONT></DIV>
<DIV><FONT size=2>A and B each has an analog device connected to their
Zap/1&nbsp;channels, on extensions 2000 and 3000 respectively. I am
trying to make IAX calls to each extension from the other, i.e call
3000 (on B)&nbsp;from A, and call 2000 (on A) from B. I get two
different errors. While calling ext 2000 (on B) from A,&nbsp;
connection was refused because of problem 1 above. While calling ext
3000 (on A) from B, it says context/extension does not exist on A. Here
are my config files:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>A's extension.config</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV><FONT size=2>
<DIV>[internal]</DIV>
<DIV>exten =&gt;
3000,1,DIAL(IAX2/chuks:password@192.168.1.107/3000)&nbsp;</DIV>
<DIV>exten =&gt; 3000,2,congestion</DIV></FONT><FONT size=2><FONT
size=2>
<DIV>include -&gt; from-iax</DIV>
<DIV>&nbsp;</DIV>
<DIV>[from-iax]</DIV></FONT>
<DIV>exten =&gt; s,1,Wait(2)</DIV>
<DIV>exten =&gt; s,2,Answer</DIV>
<DIV>exten =&gt; 2000,3,Dial(Zap/1,20)</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>NB: A's zapata.conf points to the internal
context</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>A's iax.conf</FONT></DIV>
<DIV>&nbsp;</DIV><FONT size=2>
<DIV>[general]</DIV>
<DIV>port=5036</DIV>
<DIV>bandwidth=high</DIV>
<DIV>disallow=lpc10&nbsp; </DIV>
<DIV>tos=lowdelay</DIV>
<DIV>&nbsp;</DIV>
<DIV>[michael]</DIV>
<DIV>type=friend</DIV>
<DIV>secret=password</DIV>
<DIV>auth=plaintext</DIV>
<DIV>host=192.168.1.107</DIV>
<DIV>context=from-iax</DIV>
<DIV>allow=all</DIV>
<DIV>trunk=yes</DIV></FONT>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>B's extension.config</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV><FONT size=2>
<DIV>[internal]</DIV>
<DIV>exten =&gt;
2000,1,DIAL(IAX2/michael:password@192.168.1.103/2000)&nbsp; ;A is on
192.168.1.103</DIV>
<DIV>exten =&gt; 2000,2,congestion</DIV></FONT><FONT size=2><FONT
size=2>
<DIV>include -&gt; from-iax</DIV>
<DIV>&nbsp;</DIV>
<DIV>[from-iax]</DIV></FONT>
<DIV>exten =&gt; s,1,Wait(2)</DIV>
<DIV>exten =&gt; s,2,Answer</DIV>
<DIV>exten =&gt; 3000,3,Dial(Zap/1,20)</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>NB: B's zapata.conf points to the internal
context</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>B's iax.conf</FONT></DIV>
<DIV>&nbsp;</DIV><FONT size=2>
<DIV>[general]</DIV>
<DIV>port=5036</DIV>
<DIV>bandwidth=high</DIV>
<DIV>disallow=lpc10&nbsp; </DIV>
<DIV>tos=lowdelay</DIV>
<DIV>&nbsp;</DIV>
<DIV>[chuks]</DIV>
<DIV>type=friend</DIV>
<DIV>secret=password</DIV>
<DIV>auth=plaintext</DIV>
<DIV>host=192.168.1.103</DIV>
<DIV>context=from-iax</DIV>
<DIV>allow=all</DIV>
<DIV>trunk=yes</DIV></FONT></FONT></FONT>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>At least I thought I'd hear A ring when I dial 2000 from B,
instead, I get the congestion (busy) tone. Can anyone tell me what I'm
doing wrong? If I can open up B's network connectios, I know I'll get
the same problem each way. </DIV>
<DIV>&nbsp;</DIV>
<DIV>thx,</DIV>
<DIV>chuks</DIV>
<DIV><A
href="mailto:info@cybernergies.com">info@cybernergies.com</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>&nbsp;</DIV></BLOCKQUOTE>