<div dir="ltr">Hi, all<br>I am working on an MS Teams SBC for multiple tenants.<br>I use OpenSIPS without topology hiding so I add Record-Route headers. For each tenant I have to add its own domain like <a href="http://company1.sbc.mycompany.com">company1.sbc.mycompany.com</a> and so on. Domains are correctly resolved to the same IP as <a href="http://sbc.mycompany.com">sbc.mycompany.com</a>. They should be subdomains of <a href="http://sbc.mycompany.com">sbc.mycompany.com</a> . The main domain <a href="http://sbc.mycompany.com">sbc.mycompany.com</a> should also be added when receiving calls from MS so that they can send us sequential requests (like BYE).<br>I use record_route_preset("company1.sbc.mycompany.com:5061;transport=tls", "LAN_IP:5060") for that as it's written here <a href="https://blog.opensips.org/2019/09/16/opensips-as-ms-teams-sbc/">https://blog.opensips.org/2019/09/16/opensips-as-ms-teams-sbc/</a> For calls from MS, I just change the order of the headers - record_route_preset("LAN_IP:5060", "sbc.mycompany.com:5061;transport=tls").<br>My calls work both ways but I receive the following warning WARNING:rr:after_loose: no socket found to match 2nd RR after doing loose_route() . What are the consequences of this warning? <br>I've already experienced one consequence: when I receive a BYE, OpenSIPS doesn't set the socket_out variable, but the actual packet is sent from the correct socket(or is it just luck?).<br>Should I set the socket manually?<br><br>Best regards, Andrew.</div>