Skip to content

Commit d509c04

Browse files
authored
GA4 updates
1 parent cd3a6b6 commit d509c04

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/communication-services/concepts/call-automation/call-automation.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following features are currently available in the Azure Communication Servic
3939
| | Place new outbound call to one or more endpoints | ✔️ | ✔️ | ✔️ | ✔️ |
4040
| | Redirect* (forward) a call to one or more endpoints | ✔️ | ✔️ | ✔️ | ✔️ |
4141
| | Reject an incoming call | ✔️ | ✔️ | ✔️ | ✔️ |
42-
| | Connect to an ongoing call or Room (in preview) | ✔️ | ✔️ | ✔️ | ✔️ |
42+
| | Connect to an ongoing call or Room | ✔️ | ✔️ | ✔️ | ✔️ |
4343
| Mid-call scenarios | Add one or more endpoints to an existing call | ✔️ | ✔️ | ✔️ | ✔️ |
4444
| | Cancel adding an endpoint to an existing call | ✔️ | ✔️ | ✔️ | ✔️ |
4545
| | Play Audio from an audio file | ✔️ | ✔️ | ✔️ | ✔️ |
@@ -64,7 +64,7 @@ The following features are currently available in the Azure Communication Servic
6464
| | List all participants in a call | ✔️ | ✔️ | ✔️ | ✔️ |
6565
| Call Recording | Start/pause/resume/stop recording | ✔️ | ✔️ | ✔️ | ✔️ |
6666

67-
\* Transfer or redirect of a VoIP call to a phone number is currently not supported.
67+
\* Redirect of a VoIP call to a phone number is not supported.
6868

6969
## Architecture
7070

@@ -84,11 +84,11 @@ These actions are performed before the destination endpoint listed in the `Incom
8484

8585
**Reject** – To reject a call means your application can receive the `IncomingCall` event and prevent the call from being connected to the destination endpoint.
8686

87-
**Redirect** – Using the `IncomingCall` event from Event Grid, you can redirect a call to one or more endpoints creating a single or simultaneous ringing (sim-ring) scenario. Redirect action doesn't answer the call. The call is redirected or forwarded to another destination endpoint to be answered.
87+
**Redirect** – Using the `IncomingCall` event from Event Grid, you can redirect a call to another endpoint. Redirect action doesn't answer the call. The call is redirected or forwarded to another destination endpoint to be answered.
8888

8989
**Create Call** - Use the Create Call action to place outbound calls to phone numbers and to other communication users. Use cases include your application placing outbound calls to proactively inform users about an outage or notify about an order update.
9090

91-
**Connect Call** (in preview) - Use the Connect Call action to connect to an ongoing call and take call actions on it. You can also use this action to connect and [manage a Rooms call programmatically](./../../quickstarts/rooms/manage-rooms-call.md), like performing PSTN dial outs for Room using your service.
91+
**Connect Call** - Use the Connect Call action to connect to an ongoing call and take call actions on it. You can also use this action to connect and [manage a Rooms call programmatically](./../../quickstarts/rooms/manage-rooms-call.md), like performing PSTN dial outs for Room using your service.
9292

9393
### Mid-call actions
9494

@@ -153,6 +153,7 @@ The Call Automation events are sent to the web hook callback URI specified when
153153
| `CallConnected` | The call successfully started (when using `Answer` or `Create` action) or your application successfully connected to an ongoing call (when using `Connect` action). |
154154
| `CallDisconnected` | Your application has been disconnected from the call. |
155155
| `CreateCallFailed` | Your application has failed to create the call. |
156+
| `AnswerCallFailed` | Your application has failed to answer the call. |
156157
| `ConnectFailed` | Your application failed to connect to a call (for `Connect` call action only). |
157158
| `CallTransferAccepted` | Transfer action successfully completed and the transferee is connected to the target participant. |
158159
| `CallTransferFailed` | The transfer action failed. |

0 commit comments

Comments
 (0)