Skip to content

Commit 4bc4926

Browse files
add note and link about PST calling offerings
1 parent c23fc26 commit 4bc4926

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

articles/communication-services/how-tos/calling-sdk/includes/manage-calls/manage-calls-android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ call oneToOneCall = callAgent.startCall(appContext, participants, startCallOptio
2525
```
2626

2727
### Place a 1:n call with users and PSTN
28-
> [!WARNING]
29-
> Currently PSTN calling is not available
28+
> [!NOTE]
29+
> Please check [details of PSTN calling offering](../../../../concepts/numbers/sub-eligibility-number-capability.md). For preview program access, [apply to the early adopter program](https://aka.ms/ACS-EarlyAdopter).
3030
3131
To place a 1:n call to a user and a PSTN number you have to specify the phone number of callee.
3232
Your Communication Services resource must be configured to allow PSTN calling:

articles/communication-services/how-tos/calling-sdk/includes/manage-calls/manage-calls-ios.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ self.callAgent?.startCall(participants: callees, options: StartCallOptions()) {
3131
```
3232

3333
### Place a 1:n call with users and PSTN
34+
> [!NOTE]
35+
> Please check [details of PSTN calling offering](../../../../concepts/numbers/sub-eligibility-number-capability.md). For preview program access, [apply to the early adopter program](https://aka.ms/ACS-EarlyAdopter).
36+
3437
To place the call to PSTN, you have to specify a phone number acquired with Communication Services.
3538

3639
```swift

articles/communication-services/how-tos/calling-sdk/includes/manage-calls/manage-calls-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To place a call to a public switched telephone network (PSTN), use the `startCal
2929
When you call a PSTN number, specify your alternate caller ID. An alternate caller ID is a phone number (based on the E.164 standard) that identifies the caller in a PSTN call. It's the phone number the call recipient sees for an incoming call.
3030

3131
> [!NOTE]
32-
> PSTN calling is currently in private preview. For access, [apply to the early adopter program](https://aka.ms/ACS-EarlyAdopter).
32+
> Please check [details of PSTN calling offering](../../../../concepts/numbers/sub-eligibility-number-capability.md). For preview program access, [apply to the early adopter program](https://aka.ms/ACS-EarlyAdopter).
3333
3434
For a 1:1 call to a PSTN number, use the following code:
3535
```js

0 commit comments

Comments
 (0)