<div dir="ltr"><div><div><div>Hi <span name="Duane Larson" class="">Duane,<br><br></span></div><span name="Duane Larson" class="">Thanks for your reply!<br><br></span></div><span name="Duane Larson" class="">I don&#39;t know if this is right, but my idea is to forward the Register requests </span><span name="Duane Larson" class="">from one sip proxy to the other passing </span><span name="Duane Larson" class="">through opensips, </span><span name="Duane Larson" class="">creating a new a new dialog</span> by executing b2b_init_request(&quot;top hiding&quot;), as it is working to INVITE requests:<br>
<br></div>route<br>{<br><div><pre style="margin-top:0px;margin-bottom:0px"><pre style="margin-top:0px;margin-bottom:0px"><font color="#000000" face="Lucida Console, Andale Mono, Courier New, Courier"><span style="font-size:11px;line-height:12.6333px">    if( </span></font><font color="#000000" face="Lucida Console, Andale Mono, Courier New, Courier"><span style="font-size:11px;line-height:12.6333px">is_method(&quot;INVITE&quot;) || </span></font><font color="#000000" face="Lucida Console, Andale Mono, Courier New, Courier"><span style="font-size:11px;line-height:12.6333px">is_method(&quot;REGISTER&quot;) ) 
    {
      b2b_init_request(&quot;top hiding&quot;);<br></span></font></pre><pre style="margin-top:0px;margin-bottom:0px"><font color="#000000" face="Lucida Console, Andale Mono, Courier New, Courier"><span style="font-size:11px;line-height:12.6333px">      exit;<br>
</span></font></pre><pre style="margin-top:0px;margin-bottom:0px"><font color="#000000" face="Lucida Console, Andale Mono, Courier New, Courier"><span style="font-size:11px;line-height:12.6333px">    }<br></span></font></pre>
</pre>}<br><br></div><div>Does top hiding work this way, to pass Register requests? Do I need to implement any function to make it work?<br></div><div><span name="Duane Larson" class=""><br></span></div><div><span name="Duane Larson" class="">Thank you!<br>
</span></div></div>