Skip to content

Commit bcd9184

Browse files
authored
Update emergency-calling-concept.md
1 parent 4d16f67 commit bcd9184

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ ms.subservice: pstn
1515

1616
[!INCLUDE [Emergency Calling Notice](../../includes/emergency-calling-notice-include.md)]
1717

18-
You can use the Azure Communication Services Calling SDK to add Enhanced Emergency dialing and Public Safety Answering Point (PSAP) callback support to your applications in the United States (US), Puerto Rico (PR), the United Kingdom (GB), Canada (CA), and Denmark (DK). The capability to dial 911 (in US, PR, and CA), to dial 112 (in DK), and to dial 999 or 112 (in GB) and receive a callback might be a requirement for your application. Verify the emergency calling requirements with your legal counsel.
18+
You can use the Azure Communication Services Calling SDK to add Enhanced Emergency dialing and Public Safety Answering Point (PSAP) callback support to your applications in the United States (US), Puerto Rico (PR), the United Kingdom (GB), Canada (CA), Denmark (DK) and Australiua (AU). The capability to dial 911 (in US, PR, and CA), to dial 112 (in DK), to dial 000 (in AU) and to dial 999 or 112 (in GB) and receive a callback might be a requirement for your application. Verify the emergency calling requirements with your legal counsel.
1919

20-
Calls to an emergency number are routed over the Microsoft network. Microsoft assigns a temporary phone number as the Call Line Identity (CLI) when a user places an emergency call from US, PR, GB, CA, or DK. Microsoft temporarily maintains a mapping of the phone number to the caller's identity.
20+
Calls to an emergency number are routed over the Microsoft network. Microsoft assigns a temporary phone number as the Call Line Identity (CLI) when a user places an emergency call from US, PR, GB, CA, DK or AU. Microsoft temporarily maintains a mapping of the phone number to the caller's identity.
2121

2222
If there's a callback from the PSAP, Microsoft routes the call directly to the originating caller. The caller can accept the incoming PSAP call even if inbound calling is disabled.
2323

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

2626
## Call flow
2727

28-
1. An Azure Communication Services user identity dials an emergency number by using the Calling SDK from US or PR.
28+
1. An Azure Communication Services user identity dials an emergency number by using the Calling SDK.
2929
1. Microsoft validates that the Azure resource has a Microsoft phone number enabled for outbound dialing.
3030
1. The Microsoft Azure Communication Services emergency service replaces the user's phone number (the `alternateCallerId` value) with a temporary unique phone number. This number allocation remains in place for at least 60 minutes from the time that the emergency number is dialed.
3131
1. Microsoft maintains a temporary record (for about 60 minutes) that maps the unique phone number to the user identity.
@@ -43,7 +43,7 @@ Emergency calling is automatically enabled for all users of the Azure Communicat
4343

4444
- Microsoft uses the ISO 3166-1 alpha-2 standard for country/region codes.
4545

46-
- Microsoft supports US, PR, GB, CA, and DK country/region codes for emergency number dialing.
46+
- Microsoft supports US, PR, GB, CA, DK or AU country/region codes for emergency number dialing.
4747

4848
- If you don't provide the country/region code to the SDK, Microsoft uses the IP address to determine the country or region of the caller.
4949

@@ -72,4 +72,4 @@ There's also an option to use a purchased number as a caller ID for direct routi
7272
Try these quickstarts:
7373

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

0 commit comments

Comments
 (0)