<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'>
I'm new to dispatcher - wanted to clarify couple of things...<br><br><br><br>I'm using algorithm 7 (hash over the content of PVs string) to pick a destination.<br><br><br>modparam("dispatcher", "hash_pvar", "$pvar")<br>ds_select_dst("1", "7");<br><br><br>Let's say the probing_mode is 1, and based on the value of $pvar&nbsp; (A, B, C, etc.), incoming requests are dispatched in the following fashion:<br><br><br>A -&gt; Asterisk1<br>B -&gt; Asterisk1<br>C -&gt; Asterisk2<br>D -&gt; Asterisk3<br>E -&gt; Asterisk4<br>F -&gt; Asterisk4<br><br><br>What happens to E, F if Asterisk4 fails? Are they distributed among the remaining servers or do they all go to the same server? <br><br>Do A, B, C, D still go to the same servers? In other words, is the hash recalculated?<br><br><br>Can hash_pvar be changed; e.g. use $si for route[1], use $ci for failure_route[1]?<br><br><br>Thanks,<br>Matt<br>                                               </div></body>
</html>