<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello list,<div class="">I have multiple FS servers and I am trying to share presence info across them using a PGSQL database.</div><div class="">I cannot share the same hostname and use PGSQL in the core that way for 2 reasons,</div><div class="">1. The DB is on a remote server and there is some latency. It’s ok to update and show presence but not to conduct all operations. Also, if the DB server fails, everything needs to keep on running normally.</div><div class="">2. I need to be able to distinguish channels and calls on a per server basis.</div><div class=""><br class=""></div><div class="">Worst case, I could probably forfeit point 1 if FS can keep on running if the DB crashes, if it’s the only way. But I cannot share the same hostnames across all boxes.</div><div class="">I already have odbc-dsn configured for my internal profile, as well as:</div><div class=""><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(52, 189, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">&nbsp; &nbsp;&nbsp;</span><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&lt;param</span><span style="font-variant-ligatures: no-common-ligatures" class=""> name="presence-probe-on-register" value="true"/</span><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&gt;</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(52, 189, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">&nbsp; &nbsp; </span><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&lt;param</span><span style="font-variant-ligatures: no-common-ligatures" class=""> name="manage-shared-appearance" value="true"/</span><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&gt;</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(52, 189, 38);" class=""><span style="font-variant-ligatures: no-common-ligatures; color: #000000" class="">&nbsp; &nbsp; </span><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&lt;param</span><span style="font-variant-ligatures: no-common-ligatures" class=""> name="dbname" value="sip_presence"/</span><span style="font-variant-ligatures: no-common-ligatures; color: #34bbc7" class="">&gt;</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(175, 173, 36);" class=""><br class=""></div></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(175, 173, 36);" class="">For dbname, I put the name of a database I saw FS created and which I assumed would match the purpose… But I couldn’t find much documentation about it. Any hints would be appreciated. That particular table (sip_presence) stays empty and presence isn’t shared.</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(175, 173, 36);" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(175, 173, 36);" class="">Thanks for any help and all the best,</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(175, 173, 36);" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; color: rgb(175, 173, 36);" class="">Emrah</div></body></html>