<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 06.12.2023 16:18, S.Rosenberg wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAMtj7Ro2uxqebdNL=QDDp8JwLkOEkS2vPbcvqz8UwWGPQSA-dg@mail.gmail.com"><br>
      I would like to know if OpenSIPS has a way to pull the registrant
      info via code without manually doing a DB query?</blockquote>
    <p><font face="monospace">Hi Sebastian,</font></p>
    <p><font face="monospace">A bit late to the party here, but try
        giving the <a
          href="https://opensips.org/docs/modules/3.4.x/sql_cacher.html">sql_cacher</a>
        a spin.  It also works on top of cachedb_local (or any other
        NoSQL, for that matter...), however it will help you:</font></p>
    <p><font face="monospace">- cut down on the amount of LoC in your
        script (just configure the cached table properties in the
        "modparam" section and you're good to go)</font></p>
    <p><font face="monospace">- solve the problem of reloading the data
        (you can configure it with on_demand=300, for example, in order
        to cache a given row for a maximum of 5 minutes)<br>
      </font></p>
    <p><font face="monospace">Best regards,<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 Summit 2024 Valencia, May 14-17 | <a class="moz-txt-link-abbreviated" href="http://www.opensips.org/events">www.opensips.org/events</a></pre>
  </body>
</html>