Hi,<br><br>I'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 "vm=1;conf=1". 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 'resources' field of load_balancer table ANDs resource types given with semi-colon and I when I invoke <br><br>'load_balance(.., "vm")' <br>
<br>and <br><br>'load_balance(.., "conf")' <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>