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
\*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.
68
68
69
69
## Architecture
70
70
@@ -84,11 +84,11 @@ These actions are performed before the destination endpoint listed in the `Incom
84
84
85
85
**Reject** – To reject a call means your application can receive the `IncomingCall` event and prevent the call from being connected to the destination endpoint.
86
86
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.
88
88
89
89
**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.
90
90
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.
92
92
93
93
### Mid-call actions
94
94
@@ -153,6 +153,7 @@ The Call Automation events are sent to the web hook callback URI specified when
153
153
|`CallConnected`| The call successfully started (when using `Answer` or `Create` action) or your application successfully connected to an ongoing call (when using `Connect` action). |
154
154
|`CallDisconnected`| Your application has been disconnected from the call. |
155
155
|`CreateCallFailed`| Your application has failed to create the call. |
156
+
|`AnswerCallFailed`| Your application has failed to answer the call. |
156
157
|`ConnectFailed`| Your application failed to connect to a call (for `Connect` call action only). |
157
158
|`CallTransferAccepted`| Transfer action successfully completed and the transferee is connected to the target participant. |
158
159
|`CallTransferFailed`| The transfer action failed. |
0 commit comments