<div>when i try to make a call i get this in the opensips log:<br> opensip1 /usr/local/sbin/opensips[32130]: ERROR:load_balancer:do_load_balance: unknown resource in input string </div><div><br></div><div>I think its because my load_balancer table is empty but i do not know what im supposed to put in there...</div>
<div><br></div><div>mysql&gt; describe load_balancer;</div><div>+-------------+------------------+------+-----+---------+----------------+</div><div>| Field       | Type             | Null | Key | Default | Extra          |</div>
<div>+-------------+------------------+------+-----+---------+----------------+</div><div>| id          | int(10) unsigned | NO   | PRI | NULL    | auto_increment |</div><div>| group_id    | int(11) unsigned | NO   |     | 0       |                |</div>
<div>| dst_uri     | char(128)        | NO   | MUL | NULL    |                |</div><div>| resources   | char(255)        | NO   |     | NULL    |                |</div><div>| probe_mode  | int(11) unsigned | NO   |     | 0       |                |</div>
<div>| description | char(128)        | NO   |     |         |                |</div><div>+-------------+------------------+------+-----+---------+----------------+</div><div><br></div><div>Could someone fill me in on what is supposed to go in the table? I only have 1 FreeSWITCH box behind opensips.</div>
<div>Thanks.</div>