<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Alexandr,<br>
    <br>
    I find few anomalies regarding sipcapture modul.<br>
    May you could correct it?<br>
    <br>
    Issues i found:<br>
    <ol>
      <li>kamailio-4.0.0/modules/sipcapture/sql/create_sipcapture.sql in
        table sip_trace.<br>
        <pre class="prettyprint lang-sql">        `auth` varchar(256) NOT NULL,
</pre>
        but on page <br>
        <br>
<a class="moz-txt-link-freetext" href="http://code.google.com/p/homer/source/browse/sql/create_sipcapture.sql">http://code.google.com/p/homer/source/browse/sql/create_sipcapture.sql</a><br>
        <pre class="prettyprint lang-sql">        <span class="pln"></span><span class="pun">`</span><span class="kwd">authorization</span><span class="pun">`</span><span class="pln"> varchar</span><span class="pun">(</span><span class="lit">256</span><span class="pun">)</span><span class="pln"> </span><span class="kwd">NOT</span><span class="pln"> </span><span class="kwd">NULL</span><span class="pun">,</span><span class="pln"></span>
<span class="pln"></span></pre>
        So what is the correct? <br>
        I am experiencing problem if i use git version of homer.<br>
        &nbsp;db_mysql [km_dbase.c:122]: driver error on query: Unknown
        column 'auth' in 'field list'<br>
      </li>
      <li>on&nbsp;
        <a class="moz-txt-link-freetext" href="http://kamailio.org/docs/modules/4.0.x/modules/sipcapture.html">http://kamailio.org/docs/modules/4.0.x/modules/sipcapture.html</a><br>
        <br>
        <tt>6. Database setup<br>
          Before running Kamailio with the sipcapture module, you have
          to setup the database tables where the module will store the
          data. For that, if the table were not created by the
          installation script or you choose to install everything by
          yourself you can use the sipcapture_create.sql, SQL script in
          the sql folder of sipcapture module as template. You can also
          find the complete database documentation on the project
          webpage,
          <a class="moz-txt-link-freetext" href="http://www.kamailio.org/docs/db-tables/kamailio-db-devel.html">http://www.kamailio.org/docs/db-tables/kamailio-db-devel.html</a>.
          <br>
          <br>
        </tt>I couldn't find any information about sipcapture database
        on this page, not even the complete db doc:<br>
        <a class="moz-txt-link-freetext" href="http://www.kamailio.org/docs/db-tables/kamailio-db-devel.html">http://www.kamailio.org/docs/db-tables/kamailio-db-devel.html</a></li>
    </ol>
    <p>Many Thanks,<br>
      Misi<br>
    </p>
  </body>
</html>