<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi, Matt!<br>
    <br>
    Are you sure you are not using the same hashing value all the time?<br>
    If yes, can you increase your debugging level to 6 and provide more
    information? I would be looking in the opensips log for lines that
    contain the following strings: "ds_hash_pvar: Hashing " and
    "ds_select_dst: alg hash ".<br>
    <br>
    Regards,<br>
    <pre class="moz-signature" cols="72">-- 
R&#259;zvan Crainea
OpenSIPS Developer
<a class="moz-txt-link-freetext" href="http://opensips-solutions.org/">http://opensips-solutions.org/</a></pre>
    <br>
    <br>
    On 02/02/2012 10:15 PM, Matt Hamilton wrote:
    <blockquote cite="mid:BAY170-W67F0D5151A0ACC65C6CAF3B3700@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
      <div dir="ltr">
        Hi,<br>
        <br>
        I'm using Opensips to dispatch to 2 servers - serverA, serverB.
        When one of the servers is down, Opensips is dispatching to the
        active one correctly. However, when both of them are Active,
        it's picking only one of them and ignoring the other; e.g.,<br>
        <br>
        when serverB is down, dispatches to serverA<br>
        when serverA is down, dispatches to serverB<br>
        when both up, dispatches to serverB<br>
        while dispatching to serverA when serverB is down, if I activate
        serverB, all requests dispatched to serverB&nbsp; <br>
        <br>
        <br>
        Here is my code:<br>
        <br>
        modparam("dispatcher", "hash_pvar", "$avp(75)")<br>
        <br>
        <br>
        in the script, I'm setting $avp(75) to one of the following
        "061002", "061003", "061004", "061005", "061006" just before
        calling ds_select_dst.<br>
        <br>
        $avp(75)=..<br>
        ds_select_dst("1", "7");<br>
        <br>
        Any ideas why this is happening?<br>
        <br>
        Regards,<br>
        Matt<br>
      </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>
  </body>
</html>