Skip to content

Commit 664ec79

Browse files
committed
fix review feedback
1 parent 528124c commit 664ec79

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

articles/communication-services/.openpublishing.redirection.communication-services.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
},
8888
{
8989
"source_path_from_root": "/articles/communication-services/concepts/voice-video-calling/incoming-call-notification.md",
90-
"redirect_url": "/azure/communication-services/concepts/call-automation/incoming-call-notification.md",
90+
"redirect_url": "/azure/communication-services/concepts/call-automation/incoming-call-notification",
9191
"redirect_document_id": false
9292
},
9393
{
@@ -107,12 +107,12 @@
107107
},
108108
{
109109
"source_path_from_root": "/articles/communication-services/how-tos/call-automation-sdk/play-action.md",
110-
"redirect_url": "/azure/communication-services/how-tos/call-automation/play-action.md",
110+
"redirect_url": "/azure/communication-services/how-tos/call-automation/play-action",
111111
"redirect_document_id": false
112112
},
113113
{
114114
"source_path_from_root": "/articles/communication-services/how-tos/call-automation-sdk/recognize-action.md",
115-
"redirect_url": "/azure/communication-services/how-tos/call-automation/recognize-action.md",
115+
"redirect_url": "/azure/communication-services/how-tos/call-automation/recognize-action",
116116
"redirect_document_id": false
117117
},
118118
{

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Azure Communication Services Call Automation provides developers the ability to
1919
> [!NOTE]
2020
> 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.
2121
22-
## Common Use Cases
22+
## Common use cases
2323

2424
Some of the common use cases that can be built using Call Automation include:
2525

@@ -67,7 +67,7 @@ Azure Communication Services uses Event Grid to deliver the [IncomingCall event]
6767

6868
![Screenshot of flow for incoming call and actions.](./media/action-architecture.png)
6969

70-
## Call Actions
70+
## Call actions
7171

7272
### Pre-call actions
7373

@@ -140,18 +140,16 @@ The Call Automation events are sent to the web hook callback URI specified when
140140

141141
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.
142142

143-
## Known Issues
143+
## Known issues
144144

145145
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.
146146
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'.
147147

148-
## Next Steps
148+
## Next steps
149149

150150
> [!div class="nextstepaction"]
151151
> [Get started with Call Automation](./../../quickstarts/call-automation/Callflows-for-customer-interactions.md)
152152
153153
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

Comments
 (0)