<div>Hi Zahid,</div>
<div>&nbsp;</div>
<div>Thanks for&nbsp;help, maybe you can help me....I have an environment of test with more than 2 proxies....A UAc of a domain visiting another domain.....wanted him to succeed in registering domain in place and had home domain pointing to the local domain(visited), the case reached a &quot;request&quot; to this UAc....would be a distributed a sketch of records that follow where the UAc is.</div>

<div>&nbsp;</div>
<div>The idea to use t_replicate() function, i did think that could resolve this question, but now i think not.....because the home proxy of the UAc not know the location of your UAc, would have to be informed at the time of replication, such as by the validation credentials into table &quot;subscriber&quot;, could insert the location into table &quot;location&quot;....???</div>

<div>&nbsp;</div>
<div>It would have some idea that could help me?</div>
<div>&nbsp;</div>
<div>best regards,</div>
<div>Marcio<br>&nbsp;</div><br><br>
<div><span class="gmail_quote">2008/6/5, Zahid Mehmood &lt;<a href="mailto:zm23@columbia.edu">zm23@columbia.edu</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Marcio,<br>&nbsp; the way we use t_replicate is as follows.<br><br>UAC -- &nbsp;register ---&gt; &nbsp;proxy1<br><br>proxy1 code<br>
<br>&nbsp;{<br><br>if (src_ip == ip_of_proxy_2 ) {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;# do not challenge because we assume that proxy2 did the authenticate already<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;# save location and any other thing you want to do<br>} else {<br>
&nbsp; &nbsp; &nbsp; &nbsp;# do challenge / authenticate here<br>&nbsp; &nbsp; &nbsp; &nbsp;# save location<br>&nbsp; &nbsp; &nbsp; &nbsp;# t_replicate to proxy2<br>}<br><br>proxy2 code<br><br>&nbsp;{<br><br>if (src_ip == ip_of_proxy_1 ) {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;# do not challenge because we assume that proxy2 did the authenticate already<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;# save location and any other thing you want to do<br>} else {<br>&nbsp; &nbsp; &nbsp; &nbsp;# do challenge / authenticate here<br>&nbsp; &nbsp; &nbsp; &nbsp;# save location<br>&nbsp; &nbsp; &nbsp; &nbsp;# t_replicate to proxy2<br>}<br><br><br>Hope this helps.<br><br>
-- <br>Zahid 
<div><span class="e" id="q_11a592e26dad20c8_1"><br><br><br><br>On Jun 4, 2008, at 4:10 PM, Marcio wrote:<br><br></span></div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div><span class="e" id="q_11a592e26dad20c8_3">Hi,<br><br>Someone would know if t_replicate() function....perform a t_relay() of the REGISTER....and carry the &quot;credentials&quot; of the UAc to slave or remote UAs?<br>
<br>And the reply of the UAs(remote or slvae) is &quot;200, ok&quot; to UAs (fork`s origin) or not a reply??<br><br>best regards,<br>Marcio<br></span></div>_______________________________________________<br>Users mailing list<br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Users@lists.openser.org" target="_blank">Users@lists.openser.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.openser.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.openser.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote><br></blockquote></div><br>