You can now send SIP over TCP to port `5060`, the same port UDP already uses. TCP used to have a port of its own, `5062`, which meant every TCP setup had to be told about it explicitly.

Nothing breaks if you are already on `5062`: it still accepts TCP calls, so equipment pointed at it keeps working and needs no change. Use `5060` for anything you set up from now on.

TLS is unchanged on `5061`.