Skip to content

Commit 85de237

Browse files
authored
Merge pull request #213029 from boris-bazilevskiy/docs-update-0922
Docs update 0922
2 parents 899af6b + a1472a5 commit 85de237

File tree

4 files changed

+61
-5
lines changed

4 files changed

+61
-5
lines changed

articles/communication-services/concepts/telephony/emergency-calling-concept.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ Emergency dialing is automatically enabled for all users of the Azure Communicat
6262

6363
The Emergency service is temporarily free to use for Azure Communication Services customers within reasonable use, however, billing for the service will be enabled in 2022. Calls to 911 are capped at 10 concurrent calls per Azure resource.
6464

65+
## Emergency calling with Azure Communication Services direct routing
66+
67+
Emergency call is a regular call from a direct routing perspective. If you want to implement emergency calling with Azure Communication Services direct routing, you need to make sure that there is a routing rule for your emergency number (911, 112, etc.). You also need to make sure that your carrier processes emergency calls properly.
68+
There is also an option to use purchased number as a caller ID for direct routing calls, in such case if there is no voice routing rule for emergency number, the call will fall back to Microsoft network, and we will treat it as a regular emergency call. Learn more about [voice routing fall back](./direct-routing-provisioning.md#voice-routing-considerations).
69+
6570
## Next steps
6671

6772
### Quickstarts

articles/communication-services/concepts/telephony/inbound-calling-capabilities.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Inbound PSTN calling is currently supported in GA for Dynamics Omnichannel. You
1818

1919
**Inbound calling with Dynamics 365 Omnichannel (OC)**
2020

21-
Supported in General Availability, to set up inbound calling for Dynamics 365 OC with direct routing or Voice Calling (PSTN) follow [these instructions](/dynamics365/customer-service/voice-channel-inbound-calling)
21+
Supported in General Availability, to set up inbound calling for Dynamics 365 OC with direct routing or Voice Calling (PSTN) follow [these instructions](/dynamics365/customer-service/voice-channel-inbound-calling)
2222

23-
**Inbound calling with Power Virtual Agents**
23+
**Inbound calling with Power Virtual Agents**
2424

25-
*Coming soon*
25+
*Coming soon*
2626

27-
**Inbound calling with ACS Client Calling SDK**
27+
**Inbound calling with ACS Call Automation SDK**
2828

29-
*Coming soon*
29+
[Available in private preview](../voice-video-calling/call-automation.md)
3030

3131
**Inbound calling with Azure Bot Framework**
3232

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Azure direct routing known limitations - Azure Communication Services
3+
description: Known limitations of direct routing in Azure Communication Services.
4+
author: boris-bazilevskiy
5+
manager: rcole
6+
services: azure-communication-services
7+
8+
ms.author: bobazile
9+
ms.date: 09/29/2022
10+
ms.topic: conceptual
11+
ms.service: azure-communication-services
12+
ms.subservice: pstn
13+
---
14+
15+
# Known limitations in Azure telephony
16+
17+
This article provides information about limitations and known issues related to telephony in Azure Communication Services.
18+
19+
## Azure Communication Services direct routing known limitations
20+
21+
- Anonymous calling isn't supported
22+
- will be fixed in GA release
23+
- Different set of Media Processors (MP) is used with different IP addresses. Currently [any Azure IP address](./direct-routing-infrastructure.md#media-traffic-ip-and-port-ranges) can be used for media connection between Azure MP and Session Border Controller (SBC).
24+
- will be fixed in GA release
25+
- Azure Communication Services SBC Fully Qualified Domain Name (FQDN) must be different from Teams Direct Routing SBC FQDN
26+
- Wildcard SBC certificates require extra workaround. Contact Azure support for details.
27+
- will be fixed in GA release
28+
- Media bypass/optimization isn't supported
29+
- No indication of SBC connection status/details in Azure portal
30+
- will be fixed in GA release
31+
- Azure Communication Services direct routing isn't available in Government Clouds
32+
- Multi-tenant trunks aren't supported
33+
- Location-based routing isn't supported
34+
- No quality dashboard is available for customers
35+
- Enhanced 911 isn't supported
36+
- PSTN numbers missing from Call Summary logs
37+
38+
## Next steps
39+
40+
### Conceptual documentation
41+
42+
- [Phone number types in Azure Communication Services](./plan-solution.md)
43+
- [Plan for Azure direct routing](./direct-routing-infrastructure.md)
44+
- [Pair the Session Border Controller and configure voice routing](./direct-routing-provisioning.md)
45+
- [Pricing](../pricing.md)
46+
47+
### Quickstarts
48+
49+
- [Call to Phone](../../quickstarts/telephony/pstn-call.md)

articles/communication-services/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ items:
185185
href: concepts/telephony/certified-session-border-controllers.md
186186
- name: Inbound telephony calling capabilities
187187
href: concepts/telephony/inbound-calling-capabilities.md
188+
- name: Known limitations
189+
href: concepts/telephony/known-limitations-acs-telephony.md
188190
- name: SMS
189191
items:
190192
- name: SMS SDK overview

0 commit comments

Comments
 (0)