Hello,<br><br>I&#39;ve currently got the load balancer set up with a single group (we&#39;ll call it &quot;handset&quot;, as our opensips server using the loadbalancing is just acting as a registrar/proxy to a softswitch).<br>
<br>This is how it&#39;s defined in the database table:<br><br>&quot;1&quot;;1;&quot;sip:1.2.3.4&quot;;&quot;handset=75&quot;;&quot;server1&quot;<br>&quot;2&quot;;1;&quot;sip:sip:1.2.3.5&quot;;&quot;handset=75&quot;;&quot;server2&quot;<br>
&quot;3&quot;;1;&quot;sip:sip:1.2.3.6&quot;;&quot;handset=75&quot;;&quot;server3&quot;<br>&quot;4&quot;;1;&quot;sip:sip:1.2.3.7&quot;;&quot;handset=75&quot;;&quot;server4&quot;<br>&quot;5&quot;;1;&quot;sip:sip:1.2.3.8&quot;;&quot;handset=75&quot;;&quot;server5&quot;<br>
&quot;6&quot;;1;&quot;sip:sip:1.2.3.9&quot;;&quot;handset=75&quot;;&quot;server6&quot;<br>&quot;7&quot;;1;&quot;sip:sip:1.2.3.10&quot;;&quot;handset=75&quot;;&quot;server7&quot;<br>&quot;8&quot;;1;&quot;sip:1.2.3.11&quot;;&quot;handset=75&quot;;&quot;server8&quot;<br>
&quot;9&quot;;1;&quot;sip:1.2.3.12&quot;;&quot;handset=75&quot;;&quot;server9&quot;<br>&quot;10&quot;;1;&quot;sip:1.2.3.13&quot;;&quot;handset=75&quot;;&quot;server10&quot;<br>&quot;11&quot;;1;&quot;sip:1.2.3.14&quot;;&quot;handset=75&quot;;&quot;server11&quot;<br>
&quot;12&quot;;1;&quot;sip:1.2.3.15&quot;;&quot;handset=75&quot;;&quot;server12&quot;<br>&quot;13&quot;;1;&quot;sip:1.2.3.16&quot;;&quot;handset=75&quot;;&quot;server13&quot;<br><br>When active, it seems the load balancer is only sending to the first 4 servers in the list:<br>
<br>[root@cloud_registrar_lb mnt]# opensipsctl fifo lb_list<br>Destination:: sip:1.2.3.4 id=1<br>    Resource:: handset max=75 load=75<br>Destination:: sip:1.2.3.5 id=2<br>    Resource:: handset max=75 load=75<br>Destination:: sip:1.2.3.6 id=3<br>
    Resource:: handset max=75 load=75<br>Destination:: sip:1.2.3.7 id=4<br>    Resource:: handset max=75 load=75<br>Destination:: sip:1.2.3.8 id=5<br>    Resource:: handset max=75 load=0<br>Destination:: sip:1.2.3.9 id=6<br>
    Resource:: handset max=75 load=0<br>Destination:: sip:1.2.3.10 id=7<br>    Resource:: handset max=75 load=0<br>Destination:: sip:1.2.3.11 id=8<br>    Resource:: handset max=75 load=0<br>Destination:: sip:1.2.3.12 id=9<br>
    Resource:: handset max=75 load=0<br>Destination:: sip:1.2.3.13 id=10<br>    Resource:: handset max=75 load=0<br>Destination:: sip:1.2.3.14 id=11<br>    Resource:: handset max=75 load=0<br>Destination:: sip:1.2.3.15 id=12<br>
    Resource:: handset max=75 load=0<br>Destination:: sip:1.2.3.16 id=13<br>    Resource:: handset max=75 load=0<br><br>I don&#39;t see anything in the log identifying that we&#39;re even try to send anything beyond the first 4 servers, and an ngrep confirms that it&#39;s essentially balancing messages to just the first four without trying the rest.<br>
<br>Any thoughts?  I&#39;m using the 1.5.1 version of the load balancer.<br><br>Thanks,<br><br>Bobby S<br>