<div dir="ltr">Hi Daniel,<div>RPC flush is not setting the flag, but im not sure that is where the issue is, as I stated, we are not setting any memory-only flags with save()</div><div><br></div><div>But here is the flush function (<span style="font-size:12.8px">FL_MEM not set)</span></div><div><br></div><div><div>static void ul_rpc_flush(rpc_t* rpc, void* ctx)</div><div>{</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">   </span>synchronize_all_udomains(0, 1);</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>return;</div><div>}</div></div><div><br></div><div>Any ideas?<br>Thanks,</div><div>/V</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 13, 2017 at 9:24 AM, Vik Killa <span dir="ltr"><<a href="mailto:vipkilla@gmail.com" target="_blank">vipkilla@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div>We have tried using these flags:</div><div><br></div><div>save("location")<br></div><div>save("location", "0x00")<br></div><div>save("location", "0x04")<br></div><div><div><br></div><div>And still memory does not get flushed to DB.</div><div>I will test the RPC command.</div><div>Thanks,</div><div>/V</div><div><br></div></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 13, 2017 at 9:12 AM, Daniel-Constantin Mierla <span dir="ltr"><<a href="mailto:miconda@gmail.com" target="_blank">miconda@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <p>Hello,</p>
    <p>that flag is used to mark a contact for storage only in memory.
      The save() function has a parameter with flags where this kind of
      storage can be set. Can you check the RPC command is setting this
      flag?<br>
    </p>
    Cheers,<br>
    Daniel<div><div class="m_5458445979838186763h5"><br>
    <br>
    <div class="m_5458445979838186763m_4350943624076961507moz-cite-prefix">On 13/01/2017 15:06, Vik Killa wrote:<br>
    </div>
    </div></div><blockquote type="cite"><div><div class="m_5458445979838186763h5">
      <div dir="ltr">following up here
        <div>i found if we comment out a single line of code, kamcmd
          ul.flush works</div>
        <div><br>
        </div>
        <div>here is the git diff</div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>
          <div>diff --git a/src/modules/usrloc/ucontact.<wbr>c
            b/src/modules/usrloc/ucontact.<wbr>c</div>
          <div>index 47f3c2f..633ca81 100644</div>
          <div>--- a/src/modules/usrloc/ucontact.<wbr>c</div>
          <div>+++ b/src/modules/usrloc/ucontact.<wbr>c</div>
          <div>@@ -474,7 +474,7 @@ int db_insert_ucontact(ucontact_t*
            _c)</div>
          <div>        int nr_cols;</div>
          <div>        </div>
          <div>        if (_c->flags & FL_MEM) {</div>
          <div>-               return 0;</div>
          <div>+               //return 0;</div>
          <div>        }</div>
          <div>        if(unlikely(_c->ruid.len<=0)) {</div>
          <div>                LM_ERR("invalid ruid for aor: %.*s\n",</div>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>I don't quite understand the logic in that code.</div>
        <div>Does anyone have an idea of why `        if (_c->flags
          & FL_MEM) {`   returns?</div>
        <div><br>
        </div>
        <div>Thanks,</div>
        <div>/V</div>
        <div><br>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Thu, Jan 12, 2017 at 4:34 PM, Vik
          Killa <span dir="ltr"><<a href="mailto:vipkilla@gmail.com" target="_blank">vipkilla@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">Hello,
              <div>we've noticed that the usrloc module does not "sync"
                all the records from memory into the database.</div>
              <div>I use a bash script to generate in-memory AoRs (<a href="http://paste.debian.net/plain/908521" target="_blank">http://paste.debian.net/plain<wbr>/908521</a>)</div>
              <div>then i perform</div>
              <div>kamcmd ul.flush </div>
              <div>and no records are inserted.</div>
              <div>We have tried various usrloc parameters but none seem
                to work</div>
              <div>Here is our basic setup</div>
              <div><br>
              </div>
              <div>
                <div># ----- usrloc params -----</div>
                <div>modparam("usrloc", "db_url", DBURL)</div>
                <div>modparam("usrloc", "db_mode", 2)</div>
                <div>modparam("usrloc", "use_domain", 1)</div>
                <div>modparam("usrloc", "timer_interval", 120)</div>
                <div>modparam("usrloc", "timer_procs", 4)</div>
                <div><br>
                </div>
              </div>
              <div>We are using postgresql.</div>
              <div>are we missing something?<br>
                <br>
              </div>
              <div>Thanks</div>
              <span class="m_5458445979838186763m_4350943624076961507HOEnZb"><font color="#888888">
                  <div>/V</div>
                </font></span></div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="m_5458445979838186763m_4350943624076961507mimeAttachmentHeader"></fieldset>
      <br>
      </div></div><pre>______________________________<wbr>_________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a class="m_5458445979838186763m_4350943624076961507moz-txt-link-abbreviated" href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a>
<a class="m_5458445979838186763m_4350943624076961507moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cg<wbr>i-bin/mailman/listinfo/sr-user<wbr>s</a><span class="m_5458445979838186763HOEnZb"><font color="#888888">
</font></span></pre><span class="m_5458445979838186763HOEnZb"><font color="#888888">
    </font></span></blockquote><span class="m_5458445979838186763HOEnZb"><font color="#888888">
    <br>
    <pre class="m_5458445979838186763m_4350943624076961507moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a class="m_5458445979838186763m_4350943624076961507moz-txt-link-abbreviated" href="http://www.twitter.com/miconda" target="_blank">www.twitter.com/miconda</a> -- <a class="m_5458445979838186763m_4350943624076961507moz-txt-link-abbreviated" href="http://www.linkedin.com/in/miconda" target="_blank">www.linkedin.com/in/miconda</a>
Kamailio World Conference - May 8-10, 2017 - <a class="m_5458445979838186763m_4350943624076961507moz-txt-link-abbreviated" href="http://www.kamailioworld.com" target="_blank">www.kamailioworld.com</a></pre>
  </font></span></div>

<br>______________________________<wbr>_________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">http://lists.sip-router.org/cg<wbr>i-bin/mailman/listinfo/sr-user<wbr>s</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>