Hi Mark, I&#39;m sending below code to meet your request.<br>On each server you need to put it code inside REGISTER method and replace LOCAL_IP, PAIR_IP with your real information<br>When one OpenSIPS receive a REGISTER save it in memory and database and then send it to the other pair OpenSIPS.<br>
<br>...<br># Register method<br><br>&nbsp; if ( !(src_ip==&quot;PAIR_IP&quot; &amp;&amp; src_port==5060) ) {<br>&nbsp;&nbsp;&nbsp; # Register is for me<br>&nbsp;&nbsp;&nbsp; if (!save(&quot;location&quot;)) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sl_reply_error();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp; } <br>
&nbsp;&nbsp;&nbsp; add_sock_hdr(&quot;Local-Sock&quot;);<br>&nbsp;&nbsp;&nbsp; force_send_socket( &quot;LOCAL_IP&quot;);<br>&nbsp;&nbsp;&nbsp; t_replicate(&quot;sip:PAIR_IP:5060&quot;); # send to the other sip server<br>&nbsp; } else {<br>&nbsp;&nbsp;&nbsp; # it&#39;s a replicated REGISTER<br>
&nbsp;&nbsp;&nbsp; # set the flag for retrieving sock_info from header<br>&nbsp;&nbsp;&nbsp; # save contact, but only in cache<br>&nbsp;&nbsp;&nbsp; save(&quot;location&quot;,&quot;0x01&quot;);<br>&nbsp; };<br><br>I hope my can undertand my explanation and code.<br><br>Cheers,<br>
<br>Gustavo<br><br><div class="gmail_quote">On Fri, Nov 28, 2008 at 12:36 AM, mark morreny <span dir="ltr">&lt;<a href="mailto:markmorreny@gmail.com">markmorreny@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Hi,</div>
<div>&nbsp;</div>
<div>I am working on setting up a cluster of opensips server.&nbsp; Opensips is writing the urs_loc info in the location table of mysql.&nbsp; Let&#39;s say usc-a registers with opensips-A and usc-b registers with opensips-B, when usc-a calls usc-b, opensips would say that the user is not found.&nbsp; Both usc-a and usc-b data is in the location identified by the different opensips&#39;s ip.&nbsp; Does anyone know how to make the two opensips to share the registration infoation?</div>


<div>&nbsp;</div>
<div>Thanks,</div>
<div>Mark</div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Gustavo Mistrinelli<br>