<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi list!<br>
    <br>
    We use Kamailio 4.2 for presence BLF with DB_TEXT.<br>
    And i want to make cluster with a few Kamailio's presences, to load
    balance. <br>
    <br>
    Can you please tell me - is that possible to use same shared DB_TEXT
    database with 2 or more Kamailio servers ?<br>
    <br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <pre class="programlisting" style="font-family: monospace; white-space: pre; color: rgb(0, 0, 0); border: 1px solid rgb(153, 204, 204); padding-left: 15pt; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(254, 254, 238);">modparam("presence", "subs_db_mode", 3)
modparam ("presence","dburl","/tmp/share/dbtext")
</pre>
    <br>
    <br>
    1-st server will handle SUBSCRIBE's and this Subscribe's should be
    accessible also from 2-nd server.<br>
    Then PUBLISH'es will be sent to both servers in round robin
    algorithm.<br>
    Will Kamailio's work with one shared DB or - i'll got some errors ?<br>
    Maybe i'm wrong somewhere ?<br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    Thanks in advance.<br>
    Kind regards<br>
    Ewgeny<br>
  </body>
</html>