Hi,<br><br>I&#39;m using load balancer module on 1.6.0-notls (i386/linux) to balance incoming sip calls to sip clients. The case is; my sip clients are capable of serving multiple types of calls. But not in the same time like in the definition &quot;vm=1;conf=1&quot;. Only one of them is available at that moment. They can process either a vm call, either a conf call; not one vm call and one conf call. Is there a way to define it? <br>
<br><pre class="escaped">+----+----------+------------------------+---------------------------------+<br>| id | group_id | dst_uri                | resources                       |<br>+----+----------+------------------------+---------------------------------+<br>
|  1 |      555 |  <a href="mailto:sip%3Aservice@host1.net">sip:service@host1.net</a> | vm=1; conf=1                    |<br>|  2 |      555 |  <a href="mailto:sip%3Aservice@host2.net">sip:service@host2.net</a> | vm=1; conf=1                    |<br>
+----+----------+------------------------+---------------------------------+<br></pre>Current &#39;resources&#39; field of load_balancer table ANDs resource types given with semi-colon and I when I invoke <br><br>&#39;load_balance(.., &quot;vm&quot;)&#39; <br>
<br>and <br><br>&#39;load_balance(.., &quot;conf&quot;)&#39; <br><br>second load balanced call receives busy and balancing fails there because that client is serving to vm call. How can I configure load_balanced module to select it right?<br>
<br>Thanks,<br>Taner<br>