<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#333333" bgcolor="#FFFFFF">
    Good evening,<br>
    <br>
    <br>
    We are using record routing, meaning that OpenSIPS puts itself in
    the loop to handle requests.<br>
    <br>
    What happens is that it puts the local IP address of OpenSIPS in the
    header.<br>
    However, we have another instance of OpenSIPS running on another
    host. Phones register to a DNS SRV domain which can resolve to one
    IP or to another one.<br>
    <br>
    Is there a way to instruct the UA to route through the secondary
    proxy if the first is down ?<br>
    <br>
    I tried forcing a DNS SRV domain with record_route_preset() but it
    seems to have side effects (hang dialogs and such).<br>
    <br>
    Thanks,<br>
    <br>
    Damien<br>
  </body>
</html>