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
This document helps you troubleshoot issues that you may experience within your Communication Services solution. If you're troubleshooting SMS, you can [enable delivery reporting with Event Grid](../quickstarts/sms/handle-sms-events.md) to capture SMS delivery details.
17
+
This document helps you troubleshoot issues that you might experience within your Communication Services solution. If you're troubleshooting SMS, you can [enable delivery reporting with Event Grid](../quickstarts/sms/handle-sms-events.md) to capture SMS delivery details.
18
18
19
19
## Getting help
20
20
@@ -328,7 +328,7 @@ You can find your current Teams license using [licenseDetails](/graph/api/resour
328
328
329
329
## Related articles
330
330
- [Troubleshooting Azure Communication Services PSTN call failures](./telephony/troubleshooting-pstn-call-failures.md).
331
-
- [Troubleshooting call end response codes for Calling SDK, Call Automation SDK, PSTN, Chat SDK, and SMS SDK](./troubleshooting-codes.md).
331
+
- [Troubleshooting call end response codes for Calling SDK, Call Automation SDK, PSTN, Chat SDK, and SMS SDK](../resources/troubleshooting/voice-video-calling/troubleshooting-codes.md)(./troubleshooting-codes.md).
332
332
- Access logs for [voice and video](./analytics/logs/voice-and-video-logs.md), [chat](./analytics/logs/chat-logs.md), [email](./analytics/logs/email-logs.md), [network traversal](./analytics/logs/network-traversal-logs.md), [recording](./analytics/logs/recording-logs.md), [SMS](./analytics/logs/sms-logs.md) and [call automation](./analytics/logs/call-automation-logs.md).
Copy file name to clipboardExpand all lines: articles/communication-services/resources/troubleshooting/voice-video-calling/general-troubleshooting-strategies/understanding-error-codes.md
Copy file name to clipboardExpand all lines: articles/communication-services/resources/troubleshooting/voice-video-calling/includes/codes/call-end.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,15 +41,20 @@ There are different explanations for why a call ended. Here are the meanings of
41
41
| 0 | 0 | Call ended successfully by local participant. | Success ||
42
42
| 0 | 487 | Call ended successfully as caller canceled the call. | Success ||
43
43
| 0 | 603 | Call ended successfully as it was declined from callee. | Success ||
44
+
| 3100 | 410 | Call setup failed due to unexpected network problem on the client, please check client's network and retry. | UnxpectedClientError | - Ensure that you're using the latest SDK in a supported environment.<br> |
45
+
| 3101 | 410 | Call dropped due to unexpected network problem on the client, please check client's network and retry. | UnxpectedClientError ||
46
+
| 3112 | 410 | Call setup failed due to network configuration problem on the client side, please check client's network configuration, and retry. | ExpectedError ||
44
47
| 4097 | 0 | Call ended for all users by the meeting organizer. | Success ||
45
48
| 4507 | 495 | Call ended as application didn't provide valid Azure Communication Services token. | UnexpectedClientError | Ensure that your application implements token refresh mechanism correctly. |
49
+
| 4521 | 0 | Call ended because user disconnected from the call abruptly. This might be caused by a user closing the application that hosted the call, such as a user terminated the application by closing the browser tab without proper hang-up. | ExpectedError ||
46
50
| 5000 | 0 | Call ended for this participant. Participant removed from the conversation by another participant. | Success ||
47
51
| 5003 | 0 | Call ended successfully, as all callee endpoints declined the call. | Success ||
48
52
| 5300 | 0 | Call ended for this participant. Participant removed from the conversation by another participant. | Success ||
49
53
| 7000 | 0 | Call ended by Azure Communication Services platform. | Success ||
50
54
| 10003 | 487 | Call was accepted elsewhere, by another endpoint of this user. | Success ||
51
55
| 10004 | 487 | Call was canceled on timeout, no callee endpoint accepted on time. Ensure that user saw the notification and try to initiate that call again. | ExpectedError ||
52
56
| 10024 | 487 | Call ended successfully. Call declined by all callee endpoints. | Success | - Try to place the call again. |
57
+
| 10057 | 408 | Call failed, callee failed to finalize call setup, most likely callee lost network or terminated the application abruptly. Ensure clients are connected and available. | ExpectedError ||
53
58
| 301005 | 410 | Participant removed from the call by the Azure Communication Services infrastructure due to loss of media connectivity with the same infrastructure. This usually happens if participant leaves the call abruptly or loses network connectivity. If the participant wants to continue the call, they can reconnect. | UnexpectedClientError | Ensure that you're using the latest SDK in a supported environment. |
54
59
| 510403 | 403 | Call ended, previously marked as a spam and now blocked. | ExpectedError | - Ensure that your Communication Services token is valid and not expired. <br /> - Ensure to pass in `AlternateId` in the call options. |
55
60
| 540487 | 487 | Call ended successfully as caller canceled the call. | Success ||
Copy file name to clipboardExpand all lines: articles/communication-services/resources/troubleshooting/voice-video-calling/troubleshooting-codes.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,12 @@ This article describes troubleshooting call end response codes for Calling SDK,
20
20
## Troubleshooting tips
21
21
22
22
Consider the following tips when troubleshooting certain issues:
23
-
- Your application isn't receiving an `IncomingCall Event Grid` event: Make sure the application endpoint is [validated with Event Grid](../../event-grid/webhook-event-delivery.md) when creating an event subscription. The provisioning status for your event subscription is marked as succeeded if the validation was successful.
23
+
- Your application isn't receiving an `IncomingCall Event Grid` event: Make sure the application endpoint is [validated with Event Grid](../../../../event-grid/webhook-event-delivery.md) when creating an event subscription. The provisioning status for your event subscription is marked as succeeded if the validation was successful.
24
24
- For error `The field CallbackUri is invalid`: Call Automation doesn't support HTTP endpoints. Make sure the callback URL you provide supports HTTPS.
25
25
- The `PlayAudio` action doesn't play anything: Currently only Wave file (.wav) format is supported for audio files. The audio content in the wave file must be mono (single-channel), 16-bit samples with a 16,000 (16 KHz) sampling rate.
26
26
- Actions on PSTN endpoints aren't working: For `CreateCall`, `Transfer`, `AddParticipant`, and `Redirect` to phone numbers, you need to set the `SourceCallerId` in the action request. Unless you're using direct routing, the source caller ID must be a phone number owned by your Communication Services resource for the action to succeed.
27
27
28
-
For more information about issues tracked by the product team, see [Known issues](./known-issues.md).
28
+
For more information about issues tracked by the product team, see [Known issues](../../../concepts/known-issues.md).
29
29
30
30
> [!NOTE]
31
31
> Message and Result Categories listed in the following tables are in public preview. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
@@ -57,5 +57,5 @@ For more information about issues tracked by the product team, see [Known issues
57
57
58
58
## Related articles
59
59
60
-
-[Troubleshooting in Azure Communication Services](./troubleshooting-info.md)
61
-
-[Troubleshooting Azure Communication Services PSTN call failures](./telephony/troubleshooting-pstn-call-failures.md)
60
+
-[Troubleshooting in Azure Communication Services](../../../concepts/troubleshooting-info.md)
61
+
-[Troubleshooting Azure Communication Services PSTN call failures](../../../concepts/telephony/troubleshooting-pstn-call-failures.md)
0 commit comments