<div dir="ltr">I am trying to change our request dispatching from round-robin to a weight-based method (ds_select_dst() algorithm 9 vs. algorithm 4) and am having a hard time getting an asymmetrical dispatch pattern enabled. In testing, I'm dispatching to two Ringswitch servers and trying to send three times the traffic to one instance.<div><br></div><div>My destinations list file previously set both endpoints in the same group and simply provided the SIP URI for each. My new list file adds the attribute `weight` to each endpoint and looks like this:</div><div><br></div><div>>1 sip:<a href="http://10.0.0.1:5060">10.0.0.1:5060</a> weight=3</div><div>>1 sip:<a href="http://10.0.0.2:5060">10.0.0.2:5060</a> weight=1</div><div><br></div><div>However, when I throw a couple thousand calls at Kamailio, I always end up with an almost perfect split of calls to both ringswitches. Regardless of the weights I choose, I never see variation in the dispatched load.</div><div><br></div><div>Does anyone have experience with this issue and have some guidance?</div><div><br></div><div>Thanks in advance.<br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><span style="font-size:12px;font-family:arial,helvetica,sans-serif;line-height:16px">Jasen Hall | Invoca<br><strong><span style="font-size:12px">Site Reliability Engineer</span><br></strong></span><br><span style="color:#333333;font-family:arial,helvetica,sans-serif;font-size:12px;line-height:16px"><a href="http://www.invoca.com" style="color:#333333;font-family:arial,helvetica,sans-serif;font-size:12px;line-height:16px" target="_blank">www.invoca.com</a><br><br><a href="https://invoca.sigstr.net/uc/5cba111d3527a200469b9afd" style="color:#333333;font-family:arial,helvetica,sans-serif;font-size:12px;line-height:16px" target="_blank"><img src="https://invoca.sigstr.net/uc/5cba111d3527a200469b9afd/img" border="0" alt="See the list" style="color:blue;font-family:"Helvetica";font-size:12px"></a><br></span></div></div></div>