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/quickstarts/call-automation/callflows-for-customer-interactions.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,14 @@ In this quickstart, you'll learn how to build an application that uses the Azure
35
35
36
36
IncomingCall is an Azure Event Grid event for notifying incoming calls to your Communication Services resource. To learn more about it, see [this guide](../../concepts/call-automation/incoming-call-notification.md).
37
37
1. Navigate to your resource on Azure portal and select `Events` from the left side menu.
38
-
1. Select `+ Event Subscription` to create a new subscription.
39
-
1. Filter for Incoming Call event.
40
-
1. Choose endpoint type as web hook and provide the public url generated for your application by ngrok. Make sure to provide the exact api route that you programmed to receive the event previously. In this case, it would be <ngrok_url>/api/incomingCall.
41
-

42
-
If your local application does not send 200Ok back to EventGrid in time, Event Grid will use exponential backoff retry to send the incoming call event again, please consider set a proper Retry Policy at Additional Features -> RETRY POLICIES,
43
-
Max Event Delivery Attempts to 2 and Event Time to Live to 1 minute.
44
-
[Learn more about retry](../../../event-grid/delivery-and-retry.md)
45
-
1. Select create to start the creation of subscription and validation of your endpoint as mentioned previously. The subscription is ready when the provisioning status is marked as succeeded.
38
+
2. Select `+ Event Subscription` to create a new subscription.
39
+
3. Filter for Incoming Call event.
40
+
4. Choose endpoint type as web hook and provide the public url generated for your application by ngrok. Make sure to provide the exact api route that you programmed to receive the event previously. In this case, it would be <ngrok_url>/api/incomingCall.
41
+
42
+

43
+
44
+
If your application does not send 200Ok back to Event Grid in time, Event Grid will use exponential backoff retry to send the incoming call event again. However, an incoming call only rings for 30 seconds, and acting on a call after that will not work. To avoid retries after a call expires, we recommend setting the retry policy in the Additional Features tab as: Max Event Delivery Attempts to 2 and Event Time to Live to 1 minute. Learn more about retries [here](../../../event-grid/delivery-and-retry.md).
45
+
5. Select create to start the creation of subscription and validation of your endpoint as mentioned previously. The subscription is ready when the provisioning status is marked as succeeded.
46
46
47
47
This subscription currently has no filters and hence all incoming calls will be sent to your application. To filter for specific phone number or a communication user, use the Filters tab.
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/call-automation/redirect-inbound-telephony-calls.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,14 @@ Get started with Azure Communication Services by using the Call Automation SDKs
31
31
32
32
IncomingCall is an Azure Event Grid event for notifying incoming calls to your Communication Services resource. To learn more about it, see [this guide](../../concepts/call-automation/incoming-call-notification.md).
33
33
1. Navigate to your resource on Azure portal and select `Events` from the left side menu.
34
-
1. Select `+ Event Subscription` to create a new subscription.
35
-
1. Filter for Incoming Call event.
36
-
1. Choose endpoint type as web hook and provide the public url generated for your application by ngrok. Make sure to provide the exact api route that you programmed to receive the event previously. In this case, it would be <ngrok_url>/api/incomingCall.
37
-

38
-
If your local application does not send 200Ok back to EventGrid in time, Event Grid will use exponential backoff retry to send the incoming call event again, please consider set a proper Retry Policy at Additional Features -> RETRY POLICIES,
39
-
Max Event Delivery Attempts to 2 and Event Time to Live to 1 minute.
40
-
[Learn more about retry](../../../event-grid/delivery-and-retry.md)
41
-
1. Select create to start the creation of subscription and validation of your endpoint as mentioned previously. The subscription is ready when the provisioning status is marked as succeeded.
34
+
2. Select `+ Event Subscription` to create a new subscription.
35
+
3. Filter for Incoming Call event.
36
+
4. Choose endpoint type as web hook and provide the public url generated for your application by ngrok. Make sure to provide the exact api route that you programmed to receive the event previously. In this case, it would be <ngrok_url>/api/incomingCall.
37
+
38
+

39
+
40
+
If your application does not send 200Ok back to Event Grid in time, Event Grid will use exponential backoff retry to send the incoming call event again. However, an incoming call only rings for 30 seconds, and acting on a call after that will not work. To avoid retries after a call expires, we recommend setting the retry policy in the Additional Features tab as: Max Event Delivery Attempts to 2 and Event Time to Live to 1 minute. Learn more about retries [here](../../../event-grid/delivery-and-retry.md).
41
+
5. Select create to start the creation of subscription and validation of your endpoint as mentioned previously. The subscription is ready when the provisioning status is marked as succeeded.
42
42
43
43
This subscription currently has no filters and hence all incoming calls will be sent to your application. To filter for specific phone number or a communication user, use the Filters tab.
0 commit comments