Skip to content

Commit 2fae150

Browse files
authored
Update understanding-error-codes.md
1 parent a38897c commit 2fae150

File tree

1 file changed

+4
-4
lines changed
  • articles/communication-services/resources/troubleshooting/voice-video-calling/general-troubleshooting-strategies

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ There are different explanations for why a call ended. Here are the meanings of
3333
| Subcode | Code | Message (public preview *) | Result Categories (public preview *) | Advice |
3434
|---------|------|---------|--------------------------------------|--------|
3535
| 0 | 0 | Call ended successfully by local participant. | Success | |
36-
| 0 | 487 | Call ended successfully as caller cancelled the call. | Success | |
37-
| 0 | 603 | Call ended successfully as it was declined by callee. | Success | |
36+
| 0 | 487 | Call ended successfully as caller canceled the call. | Success | |
37+
| 0 | 603 | Call ended successfully as it was declined by the callee. | Success | |
3838
| 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> |
3939
| 3101 | 410 | Call dropped due to unexpected network problem on the client, please check client's network and retry. | UnxpectedClientError | |
4040
| 3112 | 410 | Call setup failed due to network configuration problem on the client side, please check client's network configuration, and retry. | ExpectedError | |
4141
| 4097 | 0 | Call ended for all users by the meeting organizer. | Success | |
42-
| 4507 | 495 | Call ended as application did not provide a valid Azure Communication Services token. | UnexpectedClientError |- Please make sure that your application implements token refresh mechanism correctly. |
42+
| 4507 | 495 | Call ended as application didn't provide a valid Azure Communication Services token. | UnexpectedClientError |- Please make sure that your application implements token refresh mechanism correctly. |
4343
| 4521 | 0 | Call ended because user disconnected from the call abruptly, this may be a result of a user closing the application that hosted the call, eg a user terminated application, closed browser of browser tab without proper hang-up. | ExpectedError | |
4444
| 5000 | 0 | Call ended for this participant as it was removed from the conversation by another participant. | Success | |
4545
| 5003 | 0 | Call ended successfully, as all callee endpoints declined the call. | Success | |
@@ -51,7 +51,7 @@ There are different explanations for why a call ended. Here are the meanings of
5151
| 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 | |
5252
| 301005 | 410 | Participant was removed from the call by the Azure Communication Services infrastructure due to loss of media connectivity with Azure Communication Services infrastructure, this usually happens if participant leaves the call abruptly or looses network connectivity. If participant wants to continue the call, it should reconnect. | UnexpectedClientError | - Ensure that you're using the latest SDK in a supported environment.<br> |
5353
| 510403 | 403 | Call ended, as it has been marked as a spam and got blocked. | ExpectedError | - Ensure that your Communication Services token is valid and not expired.<br> - Ensure to pass in AlternateId in the call options.<br> |
54-
| 540487 | 487 | Call ended successfully as caller cancelled the call. | Success | |
54+
| 540487 | 487 | Call ended successfully as caller canceled the call. | Success | |
5555
| 560000 | 0 | Call ended successfully by remote PSTN participant. | Success |Possible causes:<br> - User ended the call.<br> - Call was ended by media agent.<br> |
5656
| 560486 | 486 | Call ended because remote PSTN participant was busy. The number called was already in a call or having technical issues. | Success | - For Direct Routing calls, check your Session Border Control logs and settings and timeouts configuration.<br> Possible causes: <br> - The number called was already in a call or having technical issues.<br> |
5757

0 commit comments

Comments
 (0)