<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    Actually it should be very possible. OpenSIPS-CP uses Pear MDB2
    database abstraction layer. <br>
    So all you need to do is installing Pear MDB2 SQLite driver.
    (<a class="moz-txt-link-freetext" href="https://pear.php.net/package/MDB2_Driver_sqlite">https://pear.php.net/package/MDB2_Driver_sqlite</a>) and adjust the
    (config/db.inc.php) accordingly ($config-&gt;db_driver = "sqllite";)
    <br>
    <br>
    <p class="para"> The guys from Pear say that MDB2 currently
      supported database backends are: </p>
    <div class="configurecode">
      <pre class="configurecode">fbsql  -&gt; FrontBase
ibase  -&gt; InterBase / Firebird (requires PHP 5)
mssql  -&gt; Microsoft SQL Server (NOT for Sybase. Compile PHP --with-mssql)
mysql  -&gt; MySQL
mysqli -&gt; MySQL (supports new authentication protocol) (requires PHP 5)
oci8   -&gt; Oracle 7/8/9/10
pgsql  -&gt; PostgreSQL
querysim -&gt; QuerySim
sqlite -&gt; SQLite 2
</pre>
    </div>
    <br>
    I haven't tested this but if you do it just let us know how it went.<br>
    <br>
    Hope this helps you.<br>
    <br>
    Best regards,<br>
    Alex<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 20.07.2015 23:10, Rodrigo Pimenta
      Carvalho wrote:<br>
    </div>
    <blockquote cite="mid:1437423016755.26900@inatel.br" type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
      <p>Hi.</p>
      <p>Just to confirm:</p>
      <p><br>
      </p>
      <p>Nowadays it is not possible to use OpenSIPS Control Panel and
        SQLite, is it?</p>
      <p><br>
      </p>
      <p>Regards.<br>
      </p>
      <p><br>
      </p>
      <div id="Signature">
        <div class="BodyFragment"><font size="2">
            <div class="PlainText">RODRIGO PIMENTA CARVALHO<br>
              Inatel Competence Center<br>
              Software<br>
              Ph: +55 35 3471 9200 RAMAL 979    (Brasil)</div>
          </font></div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>