Skip to content

Commit 56888a7

Browse files
committed
Response code consolidation
Moved Troubleshooting codes to Resources, combined all previous codes from Understanding Codes to Calling SDK and Call end include files. Updated TOC
1 parent 7dba976 commit 56888a7

File tree

10 files changed

+18
-115
lines changed

10 files changed

+18
-115
lines changed

articles/communication-services/concepts/includes/codes/call-automation-sdk.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

articles/communication-services/concepts/troubleshooting-info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: azure-communication-services
1414
# Troubleshooting in Azure Communication Services
1515
<a name="calling-sdk-error-codes"></a>
1616

17-
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.
1818

1919
## Getting help
2020

@@ -328,7 +328,7 @@ You can find your current Teams license using [licenseDetails](/graph/api/resour
328328
329329
## Related articles
330330
- [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).
332332
- 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).
333333
- [Metrics](metrics.md).
334334
- [Service limits](service-limits.md).

articles/communication-services/resources/troubleshooting/voice-video-calling/general-troubleshooting-strategies/understanding-error-codes.md

Lines changed: 6 additions & 77 deletions
Large diffs are not rendered by default.

articles/communication-services/concepts/includes/codes/call-end.md renamed to articles/communication-services/resources/troubleshooting/voice-video-calling/includes/codes/call-end.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,20 @@ There are different explanations for why a call ended. Here are the meanings of
4141
| 0 | 0 | Call ended successfully by local participant. | Success | |
4242
| 0 | 487 | Call ended successfully as caller canceled the call. | Success | |
4343
| 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 | |
4447
| 4097 | 0 | Call ended for all users by the meeting organizer. | Success | |
4548
| 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 | |
4650
| 5000 | 0 | Call ended for this participant. Participant removed from the conversation by another participant. | Success | |
4751
| 5003 | 0 | Call ended successfully, as all callee endpoints declined the call. | Success | |
4852
| 5300 | 0 | Call ended for this participant. Participant removed from the conversation by another participant. | Success | |
4953
| 7000 | 0 | Call ended by Azure Communication Services platform. | Success | |
5054
| 10003 | 487 | Call was accepted elsewhere, by another endpoint of this user. | Success | |
5155
| 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 | |
5256
| 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 | |
5358
| 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. |
5459
| 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. |
5560
| 540487 | 487 | Call ended successfully as caller canceled the call. | Success | |

articles/communication-services/concepts/troubleshooting-codes.md renamed to articles/communication-services/resources/troubleshooting/voice-video-calling/troubleshooting-codes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ This article describes troubleshooting call end response codes for Calling SDK,
2020
## Troubleshooting tips
2121

2222
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.
2424
- For error `The field CallbackUri is invalid`: Call Automation doesn't support HTTP endpoints. Make sure the callback URL you provide supports HTTPS.
2525
- 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.
2626
- 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.
2727

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).
2929

3030
> [!NOTE]
3131
> 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
5757

5858
## Related articles
5959

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)

articles/communication-services/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ items:
15121512
- name: Troubleshooting in Azure Communication Services
15131513
href: concepts/troubleshooting-info.md
15141514
- name: Troubleshooting response codes
1515-
href: concepts/troubleshooting-codes.md
1515+
href: resources/troubleshooting/voice-video-calling/troubleshooting-codes.md
15161516
- name: Voice and Video
15171517
items:
15181518
- name: General troubleshooting strategies

0 commit comments

Comments
 (0)