<div dir="ltr">Before I try to reinvent the wheel I wanted to see if there is already a way to do this.<div><br></div><div>For redundancy I have two Proxies and I am using DNS SRV with Proxy01 weighted higher so that it is the primary that all clients register and use.  Both proxies use the same location database.  In the event of a failure on Proxy01 all clients would register with Proxy02.  Everything is fine but what happens when clients register time expires and they start re-registering with Proxy01 since it is weighted higher.  So now some clients will be registered with Proxy01 and some with Proxy02. Everything will work fine but what if Client01 (who is registered with Proxy01) calls Client02 (who is registered with Proxy02)?  I think the INVITE should do the following</div><div><br></div><div>Client01 -&gt; Proxy01 -&gt; Proxy02 -&gt; Client02</div><div><br></div><div>On Proxy01 I could look in the location database to see what is set in the &quot;socket&quot; field and then route it to Proxy02 but I was wondering if there is already a way to do this?</div></div>