Skip to content

Commit e8f04cb

Browse files
authored
Merge pull request #206914 from boris-bazilevskiy/quickstart
fix typos and wording in quickstart and inbound capabilities
2 parents cb08fc7 + 9479580 commit e8f04cb

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

articles/communication-services/concepts/telephony/inbound-calling-capabilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ ms.subservice: pstn
1414

1515
# Enable inbound telephony calling for Azure Communication Services.
1616

17-
Inbound PSTN calling is currently supported in GA for Dynamics Omnichannel with phone numbers [provided by Microsoft](./telephony-concept.md#voice-calling-pstn) and phone numbers that supplied by [direct routing](./telephony-concept.md#azure-direct-routing).
17+
Inbound PSTN calling is currently supported in GA for Dynamics Omnichannel. You can use phone numbers [provided by Microsoft](./telephony-concept.md#voice-calling-pstn) and phone numbers supplied by [direct routing](./telephony-concept.md#azure-direct-routing).
1818

1919
**Inbound calling with Dynamics 365 Omnichannel (OC)**
2020

21-
Supported in General Availability, to setup inbound PSTN or direct routing with Dynamics 365 OC, follow the [instructions here](/dynamics365/customer-service/voice-channel-inbound-calling)
21+
Supported in General Availability, to set up inbound calling for Dynamics 365 OC with direct routing or Voice Calling (PSTN) follow [these instructions](/dynamics365/customer-service/voice-channel-inbound-calling)
2222

2323
**Inbound calling with Power Virtual Agents**
2424

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,9 @@ Add the `PhoneNumber` type to your app by modifying **MainActivity.java**:
3333
import com.azure.android.communication.common.PhoneNumberIdentifier;
3434
```
3535

36-
<!--
37-
> [!TBD]
38-
> Namespace based on input from Komivi Agbakpem. But it does not correlates with other use namespaces in Calling Quickstart. E.g: "com.azure.communication.calling.CommunicationUserIdentifier" or "com.azure.communication.common.client.CommunicationTokenCredential". Double-check this.
39-
-->
40-
4136
## Start a call to phone
4237

43-
Specify the phone number you acquired from within your Communication Services resource. This will be used to start the call:
38+
Specify the phone number you acquired from within your Communication Services resource. This number will be used as a caller id to start the call:
4439

4540
> [!WARNING]
4641
> Note that phone numbers should be provided in E.164 international standard format. (e.g.: +12223334444)
@@ -64,7 +59,7 @@ Modify `startCall()` event handler in **MainActivity.java**, so that it handles
6459

6560
## Launch the app and call the echo bot
6661

67-
The app can now be launched using the "Run App" button on the toolbar (Shift+F10). You can make an call to phone by providing a phone number in the added text field and clicking the **CALL** button.
62+
The app can now be launched using the "Run App" button on the toolbar (Shift+F10). To make a call, provide a phone number in the added text field and click the **CALL** button.
6863
> [!WARNING]
6964
> Note that phone numbers should be provided in E.164 international standard format. (e.g.: +12223334444)
7065

0 commit comments

Comments
 (0)