You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
19
19
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.
21
21
22
22
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.
23
23
24
24
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*).
25
25
26
26
## Call flow
27
27
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.
29
29
1. Microsoft validates that the Azure resource has a Microsoft phone number enabled for outbound dialing.
30
30
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.
31
31
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
43
43
44
44
- Microsoft uses the ISO 3166-1 alpha-2 standard for country/region codes.
45
45
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.
47
47
48
48
- 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.
49
49
@@ -72,4 +72,4 @@ There's also an option to use a purchased number as a caller ID for direct routi
72
72
Try these quickstarts:
73
73
74
74
-[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