<div dir="ltr">Hello,<div>I need to prepare two kamailio instances accessing the same mysql db.</div><div>They will write to different location tables so i use function calls like these:</div><div><br></div><div>Server1:</div><div>  save("k1_location");</div><div>  lookup("k1_location");</div><div><br></div><div>Server2:</div><div><div><div>  save("k2_location");</div><div>  lookup("k2_location");</div></div></div><div><br></div><div>This is working fine.</div><div><br></div><div>However, checking db, I can see there is also a table called location_attrs and I am not sure what is its purpose (is this documented?).</div><div>Anyway, I suspect I should also set a separate copy of it for each kamailio instance, but I am not sure how to do it. </div><div><br></div><div>Regards,</div><div>Takeshi</div><div><br></div></div>