Skip to content

Commit 5eb4bf7

Browse files
Merge pull request #287244 from krkutser/krkutser-sept24
Krkutser sept24
2 parents 0855279 + bcd9184 commit 5eb4bf7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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)

articles/communication-services/includes/emergency-calling-notice-include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.author: bobazile
88
ms.custom: emergency_calling
99
---
1010
> [!IMPORTANT]
11-
> Azure Communication Services supports emergency calling to emergency numbers in the United States, Puerto Rico, Canada, Denmark, and the United Kingdom only.
11+
> Azure Communication Services supports emergency calling to emergency numbers in the United States, Puerto Rico, Canada, Denmark, United Kingdom and Australia only.
1212
>
13-
> Azure Communication Services voice calling (PSTN) can be used to dial emergency number 911 in the United States, Puerto Rico, and Canada, to dial emergency number 112 in Denmark, and to dial emergency numbers 999 and 112 in the United Kingdom. Azure Communication Services doesn't currently support dialing those emergency numbers from outside those countries or regions, or dialing emergency services in other countries or regions.
13+
> Azure Communication Services voice calling (PSTN) can be used to dial emergency number 911 in the United States, Puerto Rico, and Canada, to dial emergency number 112 in Denmark, to dial 000 in Australia and to dial emergency numbers 999 and 112 in the United Kingdom. Azure Communication Services doesn't currently support dialing those emergency numbers from outside those countries or regions, or dialing emergency services in other countries or regions.

0 commit comments

Comments
 (0)