Skip to content

Commit 999520b

Browse files
addressing comments
1 parent 1e9d21d commit 999520b

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

articles/communication-services/concepts/telephony/direct-routing-provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you created one voice route with a pattern `^\+1(425|206)(\d{7})$` and added
6868
6969
## Managing inbound calls
7070
For general inbound call management use [Call Automation SDKs](../call-automation/incoming-call-notification.md) to build an application that listens for and manage inbound calls placed to a phone number or received via ACS direct routing.
71-
Omnichannel for Customer Service customers refer to [these instructions](/dynamics365/customer-service/voice-channel-inbound-calling).
71+
Omnichannel for Customer Service customers, refer to [these instructions](/dynamics365/customer-service/voice-channel-inbound-calling).
7272

7373
## Next steps
7474

articles/communication-services/how-tos/telephony/domain-validation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This page describes the process of domain name ownership validation. Fully Quali
1818

1919
Azure Communication Services direct routing configuration consists of the following steps:
2020

21-
1. Verify domain ownership for your SBC FQDN
22-
1. Configure SBC FQDN and port number
23-
1. Create voice routing rules
21+
- Verify domain ownership for your SBC FQDN
22+
- Configure SBC FQDN and port number
23+
- Create voice routing rules
2424

2525
## Domain ownership validation
2626

@@ -37,27 +37,27 @@ Make sure to add and verify domain name portion of the FQDN and keep in mind tha
3737
1. Reenter the domain name.
3838
1. Select Confirm and then select Add.
3939

40-
:::image type="content" source="./media/direct-routing-add-domain.png" alt-text="Screenshot of adding a custom domain.":::
40+
[ ![Screenshot of adding a custom domain.](./media/direct-routing-add-domain.png)](./media/direct-routing-add-domain.png#lightbox)
4141

4242
#### Verify domain ownership
4343

4444
1. Select Verify next to new domain that is now visible in Domain’s list.
45-
1. Azure portal generates a value for a TXT record, you need to add that record to your registrars or DNS hosting provider website to set up your domain.
45+
1. Azure portal generates a value for a TXT record, you need to add that record to
4646

47-
:::image type="content" source="./media/direct-routing-verify-domain-2.png" alt-text="Screenshot of verifying a custom domain.":::
47+
[ ![Screenshot of verifying a custom domain.](./media/direct-routing-verify-domain-2.png)](./media/direct-routing-verify-domain-2.png#lightbox)
4848

4949
>[!Note]
5050
>It might take up to 30 minutes for new DNS record to propagate on the Internet
5151
5252
3. Select Next. If everything is set up correctly, you should see Domain status changed to *Verified* next to the added domain.
5353

54-
:::image type="content" source="./media/direct-routing-domain-verified.png" alt-text="Screenshot of a verified domain.":::
54+
[ ![Screenshot of a verified domain.](./media/direct-routing-domain-verified.png)](./media/direct-routing-domain-verified.png#lightbox)
5555

5656
#### Remove domain from Azure Communication Services
5757

5858
If you want to remove a domain from your Azure Communication Services direct routing configuration, select the checkbox fir a corresponding domain name, and select *Remove*.
5959

60-
:::image type="content" source="./media/direct-routing-remove-domain.png" alt-text="Screenshot of removing a custom domain.":::
60+
[ ![Screenshot of removing a custom domain.](./media/direct-routing-remove-domain.png)](./media/direct-routing-remove-domain.png#lightbox)
6161

6262
## Next steps:
6363

articles/communication-services/quickstarts/telephony/includes/voice-routing-sdk-java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ SipRoutingAsyncClient sipRoutingAsyncClient = new SipRoutingClientBuilder()
108108

109109
Direct routing configuration consists of:
110110

111-
1. Domain ownership verification - see [prerequisites](#prerequisites)
112-
1. Creating trunks (adding SBCs)
113-
1. Creating voice routes
111+
- Domain ownership verification - see [prerequisites](#prerequisites)
112+
- Creating trunks (adding SBCs)
113+
- Creating voice routes
114114

115115
### Create or Update Trunks
116116

articles/communication-services/quickstarts/telephony/includes/voice-routing-sdk-portal.md

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

3939
## Creating Voice Routing rules
4040

41-
:::image type="content" source="../media/voice-routing/voice-routing-configuration.png" alt-text="Screenshot of outgoing voice routing configuration.":::
41+
[ ![Screenshot of outgoing voice routing configuration.](../media/voice-routing/voice-routing-configuration.png)](../media/voice-routing/voice-routing-configuration.png#lightbox)
4242

4343
Give your voice route a name, specify the number pattern using regular expressions, and select SBC for that pattern.
4444
Here are some examples of basic regular expressions:

articles/communication-services/quickstarts/telephony/includes/voice-routing-sdk-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ except Exception as ex:
103103

104104
## Setup direct routing configuration
105105

106-
1. Domain ownership verification - see [prerequisites](#prerequisites)
107-
1. Creating trunks (adding SBCs)
108-
1. Creating voice routes
106+
- Domain ownership verification - see [prerequisites](#prerequisites)
107+
- Creating trunks (adding SBCs)
108+
- Creating voice routes
109109

110110
### Create or Update Trunks
111111

0 commit comments

Comments
 (0)