<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 17.11.2022 12:37, nutxase wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:9ruujfGTRSJocyj74VAjy2x-vth34jHCltCPZA6U-mrExVOhNqn_bEWJFtIxhN0BSctiC_VgkY1vdayVTU_Y2w_RYVUThNqWO5T_iQbHYQ4=@proton.me">Just
      to confirm can registrar also forward the registration similar to
      how mid_registrar does?</blockquote>
    <p><font face="monospace">Approach 1: the <a moz-do-not-send="true"
href="https://opensips.org/docs/modules/3.4.x/registrar.html#func_save">save()</a>
        function has an "r" flag (do not auto-send a reply upstream)
        which may be useful here, allowing you to t_relay() your
        REGISTER further downstream.  A caveat here is that you're
        saving the Contact before the Asterisk, which may fail (e.g. 500
        Internal Server Error).  So what do you do then?  You must
        delete it somehow...<br>
      </font></p>
    <p><font face="monospace">Approach 2: if I remember correctly, the <a
          moz-do-not-send="true"
          href="https://opensips.org/docs/modules/3.4.x/registrar.html#func_save">save()</a>
        function was also designed to work on a 200 OK reply!  But I
        haven't tested this scenario in a long time, so I'm not sure how
        well or if it works at all nowadays.<br>
      </font></p>
    <p><font face="monospace">Best,<br>
      </font></p>
    <pre class="moz-signature" cols="72">-- 
Liviu Chircu
<a class="moz-txt-link-abbreviated" href="http://www.twitter.com/liviuchircu">www.twitter.com/liviuchircu</a> | <a class="moz-txt-link-abbreviated" href="http://www.opensips-solutions.com">www.opensips-solutions.com</a>
OpenSIPS eBootcamp 5-16 Dec | <a class="moz-txt-link-abbreviated" href="http://www.opensips.org/training">www.opensips.org/training</a></pre>
  </body>
</html>