<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello,</p>
    <p>you can ignore them for the moment, at least in this case it is
      about a null value and the type doesn't matter much.</p>
    <p>I have in plan to add a schema check for db_mongodb, but I
      haven't gotten the time yet.</p>
    <p>As a solution for now, I will push soon a small patch to catch
      the null value and print dbg instead of info.</p>
    <p>Cheers,<br>
      Daniel<br>
    </p>
    <div class="moz-cite-prefix">On 16.05.19 12:15, José Seabra wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAEVZRWtA9jO3Hv-xAXMwvA+yoN5Hk0mOHVEzDX0bYTVgo-DUMg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">
          <div dir="ltr">
            <div dir="ltr">
              <div dir="ltr">Hello there,
                <div>I'm testing usrloc module with mongodb and i have a
                  couple of questions to do.</div>
                <div><br>
                </div>
                <div>What i would like to know/have confirmation is if
                  the fields that are specified in the following link <a
href="https://kamailio.org/docs/db-tables/kamailio-db-5.2.x.html#gen-db-location-index"
                    moz-do-not-send="true">https://kamailio.org/docs/db-tables/kamailio-db-5.2.x.html#gen-db-location-index</a>
                  can be used to create indexes in mongodb?</div>
                <div><br>
                </div>
                <div>I'm noticing that when a register is
                  updated/deleted or expires kamailio prints the
                  following INFO logs:</div>
              </div>
            </div>
          </div>
          <blockquote style="margin:0px 0px 0px
            40px;border:none;padding:0px">
            <div>
              <div>
                <div>
                  <div><i>db_mongodb [mongodb_dbase.c:526]:
                      db_mongodb_get_columns(): unhandled data type
                      column (methods) type id (10), use DB1_STRING as
                      default</i></div>
                </div>
              </div>
            </div>
            <div>
              <div>
                <div>
                  <div><i>db_mongodb [mongodb_dbase.c:526]:
                      db_mongodb_get_columns(): unhandled data type
                      column (instance) type id (10), use DB1_STRING as
                      default</i></div>
                </div>
              </div>
            </div>
          </blockquote>
          <div dir="ltr">
            <div dir="ltr">
              <div dir="ltr">
                <div><br>
                </div>
                <div>These fields (<i>methods and </i><i>instance</i>)
                  are stored in mongodb document with a null string,
                  e.g:</div>
              </div>
            </div>
          </div>
        </div>
        <blockquote style="margin:0 0 0 40px;border:none;padding:0px">
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i>{</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"_id"
                        : ObjectId("5cdc775a6472740055289a11"),</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"username"
                        : "x1000",</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"contact"
                        : <a class="moz-txt-link-rfc2396E" href="sip:x1000@192.168.1.1:5674;transport=UDP">"sip:x1000@192.168.1.1:5674;transport=UDP"</a>,</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"expires"
                        : ISODate("2019-05-15T20:33:26Z"),</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"q" :
                        -1,</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"callid"
                        : "<a
                          href="mailto:sipp-ci2-edge-sip-proxy1-20190515203220-1-21@172.31.2.61"
                          moz-do-not-send="true">sipp-ci2-edge-sip-proxy1-20190515203220-1-21@172.31.2.61</a>",</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"cseq"
                        : 2,</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"flags"
                        : 0,</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"cflags"
                        : 0,</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"user_agent"
                        : "sipp",</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"received"
                        : "sip:<a href="http://191.30.10.23:8888"
                          moz-do-not-send="true">191.30.10.23:8888</a>",</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"path"
                        :
                        "<a class="moz-txt-link-rfc2396E" href="sip:172.31.2.61:5060;received=sip:191.30.10.23:8888;lr"><sip:172.31.2.61:5060;received=sip:191.30.10.23:8888;lr></a>",</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"socket"
                        : "udp:<a href="http://172.31.2.11:5060"
                          moz-do-not-send="true">172.31.2.11:5060</a>",</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span><b>"methods"
                          : null,</b></i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"last_modified"
                        : ISODate("2019-05-15T20:32:26Z"),</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"ruid"
                        : "uloc-15-5cdc7756-55-1",</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span><b>"instance"
                          : null,</b></i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"reg_id"
                        : 0,</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"server_id"
                        : 21,</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"connection_id"
                        : -1,</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"keepalive"
                        : 0,</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i><span style="white-space:pre">  </span>"partition"
                        : 0</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div><i>}</i></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </blockquote>
        <div dir="ltr">
          <div dir="ltr">
            <div dir="ltr">
              <div dir="ltr">
                <div>Should i be concerned about that log msg? how can i
                  avoid it?</div>
                <div><br>
                </div>
                <div><br>
                </div>
                <div>Thanks </div>
                <div>Regards<br clear="all">
                  <div><br>
                  </div>
                  -- <br>
                  <div dir="ltr" class="gmail_signature">Cumprimentos
                    <div>José Seabra</div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Kamailio (SER) - Users Mailing List
<a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.kamailio.org">sr-users@lists.kamailio.org</a>
<a class="moz-txt-link-freetext" href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla -- <a class="moz-txt-link-abbreviated" href="http://www.asipto.com">www.asipto.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.twitter.com/miconda">www.twitter.com/miconda</a> -- <a class="moz-txt-link-abbreviated" href="http://www.linkedin.com/in/miconda">www.linkedin.com/in/miconda</a></pre>
  </body>
</html>