<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><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></body>
</html>