Skip to content

Commit 03c8983

Browse files
authored
Merge pull request #206386 from boris-bazilevskiy/quickstart
add direct routing as a prereq for calling
2 parents 6af8c79 + 489f42c commit 03c8983

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/communication-services/quickstarts/telephony/includes/pstn-call-android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Find the finalized code for this quickstart on [GitHub](https://github.com/Azure
1515

1616
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
1717
- A deployed Communication Services resource. [Create a Communication Services resource](../../create-communication-resource.md).
18-
- A phone number acquired in Communication Services resource. [how to get a phone number](../get-phone-number.md).
18+
- A [phone number acquired](../get-phone-number.md) in your Communication Services resource, or Azure Communication Services [direct routing configured](../../../concepts/telephony/direct-routing-provisioning.md)
1919
- A `User Access Token` to enable the call client. For more information on [how to get a `User Access Token`](../../access-tokens.md)
2020
- Complete the quickstart for [getting started with adding calling to your application](../../voice-video-calling/getting-started-with-calling.md)
2121

@@ -43,7 +43,7 @@ import com.azure.android.communication.common.PhoneNumberIdentifier;
4343
Specify the phone number you acquired from within your Communication Services resource. This will be used to start the call:
4444

4545
> [!WARNING]
46-
> Note that phone numbers shold be provided in E.164 international standard format. (e.g.: +12223334444)
46+
> Note that phone numbers should be provided in E.164 international standard format. (e.g.: +12223334444)
4747
4848
Modify `startCall()` event handler in **MainActivity.java**, so that it handles phone calls:
4949

articles/communication-services/quickstarts/telephony/includes/pstn-call-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: nikuklic
1111

1212
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
1313
- A deployed Communication Services resource. [Create a Communication Services resource](../../create-communication-resource.md).
14-
- A phone number acquired in Communication Services resource. [how to get a phone number](../get-phone-number.md).
14+
- A [phone number acquired](../get-phone-number.md) in your Communication Services resource, or Azure Communication Services [direct routing configured](../../../concepts/telephony/direct-routing-provisioning.md)
1515
- A `User Access Token` to enable the call client. For more information on [how to get a `User Access Token`](../../access-tokens.md)
1616
- Complete the quickstart for [getting started with adding calling to your application](../../voice-video-calling/getting-started-with-calling.md)
1717

articles/communication-services/quickstarts/telephony/includes/pstn-call-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Find the finalized code for this quickstart on [GitHub](https://github.com/Azure
1414

1515
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
1616
- A deployed Communication Services resource. [Create a Communication Services resource](../../create-communication-resource.md).
17-
- A phone number acquired in your Communication Services resource. [how to get a phone number](../get-phone-number.md).
17+
- A [phone number acquired](../get-phone-number.md) in your Communication Services resource, or Azure Communication Services [direct routing configured](../../../concepts/telephony/direct-routing-provisioning.md)
1818
- A `User Access Token` to enable the call client. For more information on [how to get a `User Access Token`](../../access-tokens.md)
1919

2020
[!INCLUDE [Calling with JavaScript](../../voice-video-calling/includes/get-started/get-started-javascript-setup.md)]

0 commit comments

Comments
 (0)