I work in an environment where there are multiple SIP domain and Multiple Front End Pools / Edge Pools. I'm looking to see if it's possible to have MULTIPLE federation routes.
Example:
Lets say I have 2 Lync Front End Pools that each have their own Edge pool. Pool1 runs users that have sip domain of domain1.com and Pool2 runs users who have sip domain domain2.com.
In external DNS there are 2 SRV records
- _sipfederationtls._tcp.domain1.com > pointing to the Access Edge IP of domain1.com's Edge Pool.
- _sipfederationtls._tcp.domain2.com > pointing to the Access Edge IP of domain2.com's Edge Pool
What I want to do is this:
- For users homed on Pool1 to use the Edge Pool of Pool1 as their federation route
- For users homed on Pool2 to use the Edge Pool of Pool2 as their federation route
Possible? If so where is documentation?