<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    I want configure two FreeSWITCH servers as cluster.<br>
    <br>
    As I understand, I need:<br>
     - Configure one core DB (PostgreSQL) for each FreeSWITCH instances.<br>
     - Add two A records in DNS to resolve domain name and load
    balancing.<br>
    <br>
    <b>Scheme, 2 FS servers and one DB.</b><br>
    <br>
    FS-1 server  192.168.0.1<br>
           Core-DB server  192.168.0.100<br>
    FS-2 server  192.168.0.2<br>
    <br>
    <b>Add two A records in DNS</b><br>
    <br>
    mydomain.com.  43200 IN A       192.168.0.1<br>
    mydomain.com.  43200 IN A       192.168.0.2<br>
    <br>
    <br>
    I expect, FreeSWITCH instances will mirror each other in this
    configuration.<br>
    <br>
    So, if Bob register on 192.168.0.1 server, and Alice register on
    192.168.0.2, they can call each other like local users.<br>
    Also, in this case, SIP messages from Bob during the call session
    will sending to any of nodes, depend on DNS resolve.<br>
    <br>
    Am I right?<br>
    Is this correct way to build cluster?<br>
    <br>
    Please direct me in right way.<br>
    <br>
    BR, Dmitry<br>
  </body>
</html>