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
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/telephony/includes/voice-routing-sdk-csharp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ You can download the sample app from [GitHub](https://github.com/link. -->
19
19
## Prerequisites
20
20
21
21
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
22
-
- An active Communication Services resource and connection string. [Create a Communication Services resource](https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource).
22
+
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md).
23
23
- The latest version [.NET Core client library](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
24
24
- Fully Qualified Domain Name (FQDN) and port number of a Session Border Controller (SBC) in operational telephony system.
25
25
-[Verified domain name](../../../how-tos/telephony/domain-validation.md) of the SBC FQDN.
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/telephony/includes/voice-routing-sdk-jscript.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ You can download the sample app from [GitHub](https://github.com/link. -->
19
19
## Prerequisites
20
20
21
21
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
22
-
- An active Communication Services resource and connection string. [Create a Communication Services resource](https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource).
22
+
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md)).
23
23
- Active LTS and Maintenance LTS versions of [Node.js](https://nodejs.org/) for your operating system.
24
24
- Fully Qualified Domain Name (FQDN) and port number of a Session Border Controller (SBC) in operational telephony system.
25
25
-[Verified domain name](../../../how-tos/telephony/domain-validation.md) of the SBC FQDN.
@@ -59,7 +59,7 @@ The `--save` option adds the library as a dependency in your package.json file.
59
59
60
60
## Authenticate the client
61
61
62
-
Import the `SipRoutingClient` from the client library and instantiate it with your connection string. The code retrieves the connection string for the resource from an environment variable named `COMMUNICATION_SERVICES_CONNECTION_STRING`. Learn how to [manage your resource's connection string](https://learn.microsoft.com/azure/communication-services/quickstarts/create-communication-resource#store-your-connection-string).
62
+
Import the `SipRoutingClient` from the client library and instantiate it with your connection string. The code retrieves the connection string for the resource from an environment variable named `COMMUNICATION_SERVICES_CONNECTION_STRING`. Learn how to [manage your resource's connection string](../../create-communication-resource.md#store-your-connection-string).
63
63
64
64
Add the following code to the `direct-routing-quickstart.js`:
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/telephony/includes/voice-routing-sdk-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ ms.author: nikuklic
28
28
- SBC certificate must match the name; wildcard certificates are supported.
29
29
- The `*.onmicrosoft.com` and `*.azure.com` domains can’t be used for the FQDN of the SBC.
30
30
31
-
For the full list of requirements, refer to [Azure direct routing infrastructure requirements](./direct-routing-infrastructure.md).
31
+
For the full list of requirements, refer to [Azure direct routing infrastructure requirements](../../../concepts/telephony/direct-routing-infrastructure.md).
32
32
33
33
:::image type="content" source="../media/voice-routing/add-session-border-controller.png" alt-text="Screenshot of Adding Session Border Controller.":::
0 commit comments