Skip to content

Commit 1acd051

Browse files
remove date commitment and fix typos and link
1 parent 325a4b0 commit 1acd051

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.subservice: pstn
1919

2020
Azure Communication Calling SDK can be used to add Enhanced Emergency dialing and Public Safety Answering Point (PSAP) call-back support to your applications in the United States (US), Puerto Rico (PR), the United Kingdom (GB), and Canada (CA). The capability to dial 911 (in US, PR, and CA) and 999 or 112 (in GB) and receive a call-back may be a requirement for your application. Verify the Emergency Calling requirements with your legal counsel.
2121

22-
Calls to an emergency number are routed over the Microsoft network. Microsoft assigns a temporary phone number as the Call Line Identity (CLI) when an emergency call from the US, PR, GB, or CA are placed. Microsoft temporarily maintains a mapping of the phone number to the caller's identity. If there is a call-back from the PSAP, we route the call directly to the originating caller. The caller can accept incoming PSAP call even if inbound calling is disabled.
22+
Calls to an emergency number are routed over the Microsoft network. Microsoft assigns a temporary phone number as the Call Line Identity (CLI) when an emergency call from the US, PR, GB, or CA are placed. Microsoft temporarily maintains a mapping of the phone number to the caller's identity. If there's a call-back from the PSAP, we route the call directly to the originating caller. The caller can accept incoming PSAP call even if inbound calling is disabled.
2323

2424
The service is available for Microsoft phone numbers. It requires that the Azure resource from where the emergency call originates has a Microsoft-issued phone number enabled with outbound dialing (also referred to as ‘make calls').
2525

@@ -31,12 +31,11 @@ Azure Communication Services direct routing is currently in public preview and n
3131
1. Microsoft validates the Azure resource has a Microsoft phone number enabled for outbound dialing
3232
1. Microsoft Azure Communication Services emergency service replaces the user’s phone number `alternateCallerId` with a temporary unique phone number. This number allocation remains in place for at least 60 minutes from the time that emergency number is first dialed
3333
1. Microsoft maintains a temporary record (for approximately 60 minutes) of the user’s identity to the unique phone number
34-
1. The emergency call will be first routed to a call center where an agent will request the caller’s address
35-
1. The call center will then route the call to the appropriate PSAP in a proper region
34+
1. In the US, PR, and CA the emergency call will be first routed to a call center where an agent will request the caller’s address. The call center will then route the call to the appropriate PSAP in a proper region
3635
1. If the emergency call is unexpectedly dropped, the PSAP then makes a call-back to the user
3736
1. On receiving the call-back within 60 minutes, Microsoft will route the inbound call directly to the user identity, which initiated the emergency call
3837

39-
## Enabling Emergency calling
38+
## Enabling Emergency Calling
4039

4140
Emergency dialing is automatically enabled for all users of the Azure Communication Client Calling SDK with an acquired Microsoft telephone number that is enabled for outbound dialing in the Azure resource. To use emergency calling with Microsoft phone numbers, follow the steps:
4241

@@ -56,7 +55,7 @@ Emergency dialing is automatically enabled for all users of the Azure Communicat
5655

5756
1. If the caller is outside of the supported countries, the call to 911 won't be permitted
5857

59-
1. When testing your application in the US, dial 933 instead of 911. 933 is enabled for testing purposes; the recorded message will confirm the phone number the emergency call originates from. You should hear a temporary number assigned by Microsoft, which isn't the `alternateCallerId` provided by the application
58+
1. When testing your application in the US, dial 933 instead of 911. 933 is enabled for testing purposes; the recorded message confirms the phone number the emergency call originates from. You should hear a temporary number assigned by Microsoft, which isn't the `alternateCallerId` provided by the application
6059

6160
1. Ensure your application supports [receiving an incoming call](../../how-tos/calling-sdk/manage-calls.md#receive-an-incoming-call) so call-backs from the PSAP are appropriately routed to the originator of the emergency call. To test inbound calling is working correctly, place inbound VoIP calls to the user of the Calling SDK
6261

@@ -65,11 +64,11 @@ The Emergency service is temporarily free to use for Azure Communication Service
6564
## Emergency calling with Azure Communication Services direct routing
6665

6766
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's 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's also an option to use purchased number as a caller ID for direct routing calls. In such case, if there's no voice routing rule for emergency number, the call will fall back to Microsoft network, and we'll treat it as a regular emergency call. Learn more about [voice routing fall back](./direct-routing-provisioning.md#outbound-voice-routing-considerations).
67+
There's also an option to use purchased number as a caller ID for direct routing calls. In such case, if there's no voice routing rule for emergency number, the call falls back to Microsoft network, and we treat it as a regular emergency call. Learn more about [voice routing fall back](./direct-routing-provisioning.md#outbound-voice-routing-considerations).
6968

7069
## Next steps
7170

7271
### Quickstarts
7372

7473
- [Outbound call to a phone number](../../quickstarts/telephony/pstn-call.md)
75-
- [Add Emergency Calling to your app](../../quickstarts/telephony/pstn-call.md)
74+
- [Add Emergency Calling to your app](../../quickstarts/telephony/emergency-calling.md)

articles/communication-services/quickstarts/telephony/includes/emergency-calling-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: zehangzheng
1919
- If users are dialing from a US territory (for example Guam, US Virgin Islands, Northern Marianas, or American Samoa), it is required to set the ISO code to the US
2020
- Supported ISO codes are US, PR, CA, and GB only
2121
- Azure Communication Services direct routing is currently in public preview and not intended for production workloads. So emergency dialing is out of scope for Azure Communication Services direct routing.
22-
- The emergency calling service is temporarily free to use for Azure Communication Services customers within reasonable use, however billing for the service will be enabled in 2022.
22+
- The emergency calling service is temporarily free to use for Azure Communication Services customers within reasonable use, however billing for the service will be enabled in the future.
2323
- Calls to an emergency number are capped at 10 concurrent calls per Azure Resource.
2424

2525

articles/communication-services/quickstarts/telephony/includes/emergency-calling-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: zehangzheng
1919
- If users are dialing from a US territory (for example Guam, US Virgin Islands, Northern Marianas, or American Samoa), it is required to set the ISO code to the US
2020
- Supported ISO codes are US, PR, CA, and GB only
2121
- Azure Communication Services direct routing is currently in public preview and not intended for production workloads. So emergency dialing is out of scope for Azure Communication Services direct routing.
22-
- The emergency calling service is temporarily free to use for Azure Communication Services customers within reasonable use, however billing for the service will be enabled in 2022.
22+
- The emergency calling service is temporarily free to use for Azure Communication Services customers within reasonable use, however billing for the service will be enabled in the future.
2323
- Calls to an emergency number are capped at 10 concurrent calls per Azure Resource.
2424

2525

articles/communication-services/quickstarts/telephony/includes/emergency-calling-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: zehangzheng
1919
- If users are dialing from a US territory (for example Guam, US Virgin Islands, Northern Marianas, or American Samoa), it is required to set the ISO code to the US
2020
- Supported ISO codes are US, PR, CA, and GB only
2121
- Azure Communication Services direct routing is currently in public preview and not intended for production workloads. So emergency dialing is out of scope for Azure Communication Services direct routing.
22-
- The emergency calling service is temporarily free to use for Azure Communication Services customers within reasonable use, however billing for the service will be enabled in 2022.
22+
- The emergency calling service is temporarily free to use for Azure Communication Services customers within reasonable use, however billing for the service will be enabled in the future.
2323
- Calls to an emergency number are capped at 10 concurrent calls per Azure Resource.
2424

2525

0 commit comments

Comments
 (0)