Skip to content

Commit b133aec

Browse files
authored
Merge pull request #205339 from boris-bazilevskiy/main
fix formatting and add note about TLS 1.2
2 parents 7b95682 + 5c4ca8c commit b133aec

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/communication-services/concepts/telephony/direct-routing-infrastructure.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,19 @@ Learn more:
6565

6666
[Included CA Certificate List](https://ccadb-public.secure.force.com/microsoft/IncludedCACertificateReportForMSFT)
6767

68+
>[!IMPORTANT]
69+
>Azure Communication Services direct routing supports only TLS 1.2 (or a later version), make sure that the cipher suites you're using on an SBC are supported by Azure Front Door. Microsoft 365 and Azure Front Door have slight differences in cipher suite support. For details, see [What are the current cipher suites supported by Azure Front Door?](/azure/frontdoor/concept-end-to-end-tls#supported-cipher-suites).
70+
6871
SBC pairing works on the Communication Services resource level. It means you can pair many SBCs to a single Communication Services resource. Still, you cannot pair a single SBC to more than one Communication Services resource. Unique SBC FQDNs are required for pairing to different resources.
6972

7073

7174
## SIP Signaling: FQDNs
7275

7376
The connection points for Communication Services direct routing are the following three FQDNs:
7477

75-
- **sip.pstnhub.microsoft.com — Global FQDN — must be tried first. When the SBC sends a request to resolve this name, the Microsoft Azure DNS servers return an IP address that points to the primary Azure datacenter assigned to the SBC. The assignment is based on performance metrics of the datacenters and geographical proximity to the SBC. The IP address returned corresponds to the primary FQDN.
76-
- **sip2.pstnhub.microsoft.com — Secondary FQDN — geographically maps to the second priority region.
77-
- **sip3.pstnhub.microsoft.com — Tertiary FQDN — geographically maps to the third priority region.
78+
- **sip.pstnhub.microsoft.com** — Global FQDN — must be tried first. When the SBC sends a request to resolve this name, the Microsoft Azure DNS servers return an IP address that points to the primary Azure datacenter assigned to the SBC. The assignment is based on performance metrics of the datacenters and geographical proximity to the SBC. The IP address returned corresponds to the primary FQDN.
79+
- **sip2.pstnhub.microsoft.com** — Secondary FQDN — geographically maps to the second priority region.
80+
- **sip3.pstnhub.microsoft.com** — Tertiary FQDN — geographically maps to the third priority region.
7881

7982
These three FQDNs in order are required to:
8083

0 commit comments

Comments
 (0)