Skip to content

Commit 2a91e7b

Browse files
Merge pull request #222868 from boris-bazilevskiy/docs-update-0123
remove ABF from the doc, as it is not supported
2 parents 4911480 + 4bc4926 commit 2a91e7b

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ Call Automation enables you to build custom calling workflows within your applic
2626

2727
Learn more about [Call Automation](../voice-video-calling/call-automation.md), currently available in public preview.
2828

29-
**Inbound calling with Azure Bot Framework**
30-
31-
Customers participating in Azure Bot Framework Telephony Channel preview can find the [instructions here](/azure/bot-service/bot-service-channel-connect-telephony)
32-
3329
**Inbound calling with Power Virtual Agents**
3430

3531
*Coming soon*

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)