<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=904124723-29072008><FONT face=Arial size=2>I have 4 asterisk 
servers.&nbsp; They all have local phones on their local network they manage for 
SIP based conversations.&nbsp; We then have IAX between them all for 
inter-asterisk connections.</FONT></SPAN></DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial size=2>This setup has 
worked well for nearly 2 years now, minor problems here and there but overall 
very nice.</FONT></SPAN></DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial size=2>Recently we acquired 
some Polycom video conference units.&nbsp; I was able to setup our main server 
to host all the video coordination using video over SIP.&nbsp; I was able to 
configure the video conference units on the local network, have all 4 of them 
(one going to each remote server) displaying 4 videos on the local 
network.</FONT></SPAN></DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial size=2>I then sent them out 
to their remote facilities and setup Asterisk with as a SIP client on the 3 
remote locations to talk to the main server.&nbsp; One at a time we tested them 
and they worked one on one.</FONT></SPAN></DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial size=2>Recently we tried to 
get two going, and I noticed there seems to be an issue with the SIP 
registration if one of the 3 remote SIP clients has already registered.&nbsp; 
That is, the other requests are unanswered or not fully registered for some 
reason or another.&nbsp; At very random times I've actually managed to get 2 of 
the 3 connected, but inevitably I lose one of those 2 shortly 
after.</FONT></SPAN></DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial size=2>The 
SIP.CONF&nbsp;has been made identical across all 3 remote locations, and the 
main server has the same config for each remote site 
connecting.</FONT></SPAN></DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial size=2>I first want to 
confirm that it's possible to have 3 remote Asterisk servers setup as a SIP 
client connected to a 4th Asterisk server.&nbsp; </FONT></SPAN></DIV>
<DIV><SPAN class=904124723-29072008></SPAN><SPAN class=904124723-29072008><FONT 
face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial size=2>Assuming it is 
possible,&nbsp;here is the SIP Client SIP.CONF:</FONT></SPAN></DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial 
size=2>[general]<BR>register =&gt; 
103:1234@yy.yy.yy.yy/699<BR>defaultexpirey=1800<BR>maxexpirey=3600<BR>relaxdtmf=yes<BR>videosupport=yes<BR>disallow=all<BR>allow=ulaw<BR>allow=gsm<BR>allow=h263p<BR>canreinvite=no<BR>limitonpeer=yes<BR>notifyringing=yes<BR>notifyhold=yes<BR>externip=xx.xx.xx.xx.xx<BR>fromdomain=xx.xx.xx.xx<BR>localnet=192.168.0.0/255.255.255.0<BR></FONT></SPAN></DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial 
size=2>[yy.yy.yy.yy]<BR>type=friend<BR>host=yy.yy.yy.yy<BR>insecure=port,invite<BR></FONT></SPAN></DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial 
size=2>[699]<BR>type=friend<BR>secret=1234<BR>dial=SIP/699<BR>callerid=Video 
&lt;699&gt;<BR>allowsubscribe=yes<BR>host=dynamic<BR>context=from-internal<BR>insecure=port,invite<BR></FONT></SPAN></DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial size=2>In addition here's 
the relevant portions of the SIP.CONF from the main server:</FONT></SPAN></DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial 
size=2>[general]<BR>videosupport=yes<BR>disallow=all<BR>allow=ulaw<BR>allow=gsm<BR>allow=h263p<BR>canreinvite=no<BR>fromdomain=yy.yy.yy.yy<BR>externip=yy.yy.yy.yy<BR>localnet=10.200.26.0/255.255.255.0<BR>nat=yes<BR>bindport=5060<BR></FONT></SPAN></DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial 
size=2>[103]<BR>type=friend<BR>secret=1234<BR>dial=SIP/103<BR>callerid=Video&lt;103&gt;<BR>allowsubscribe=yes<BR>host=dynamic<BR>context=from-internal<BR>insecure=port,invite<BR></FONT></SPAN></DIV>
<DIV><SPAN class=904124723-29072008><FONT face=Arial size=2>Please, any 
suggestions would be great.&nbsp; I've been bashing my head against the keyboard 
all day trying to find why it's acting in this 
way.</DIV></FONT></SPAN></BODY></HTML>