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/concepts/call-automation/call-automation.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Azure Communication Services Call Automation provides developers the ability to
19
19
> [!NOTE]
20
20
> Call Automation currently doesn't interoperate with Microsoft Teams. Actions like making, redirecting a call to a Teams user or adding them to a call using Call Automation isn't supported.
21
21
22
-
## Common Use Cases
22
+
## Common use cases
23
23
24
24
Some of the common use cases that can be built using Call Automation include:
25
25
@@ -67,7 +67,7 @@ Azure Communication Services uses Event Grid to deliver the [IncomingCall event]
67
67
68
68

69
69
70
-
## Call Actions
70
+
## Call actions
71
71
72
72
### Pre-call actions
73
73
@@ -140,18 +140,16 @@ The Call Automation events are sent to the web hook callback URI specified when
140
140
141
141
To understand which events are published for different actions, refer to [this guide](../../how-tos/call-automation/actions-for-call-control.md) that provides code samples as well as sequence diagrams for various call control flows.
142
142
143
-
## Known Issues
143
+
## Known issues
144
144
145
145
1. Using the incorrect IdentifierType for endpoints for `Transfer` requests (like using CommunicationUserIdentifier to specify a phone number) returns a 500 error instead of a 400 error code. Solution: Use the correct type, CommunicationUserIdentifier for Communication Users and PhoneNumberIdentifier for phone numbers.
146
146
2. Taking a pre-call action like Answer/Reject on the original call after redirected it gives a 200 success instead of failing on 'call not found'.
147
147
148
-
## Next Steps
148
+
## Next steps
149
149
150
150
> [!div class="nextstepaction"]
151
151
> [Get started with Call Automation](./../../quickstarts/call-automation/Callflows-for-customer-interactions.md)
152
152
153
153
Here are some articles of interest to you:
154
-
1. Understand how your resource will be [charged for various calling use cases](../pricing.md) with examples.
155
-
2. Learn about metrics and logs available for this service.
156
-
1. Troubleshoot common issues.
157
-
154
+
- Understand how your resource will be [charged for various calling use cases](../pricing.md) with examples.
155
+
- Learn how to [manage an inbound phone call](../../quickstarts/call-automation/redirect-inbound-telephony-calls.md).
0 commit comments