Skip to content

Commit 174e45c

Browse files
committed
Resolved errors
Fixed Validation errors from GitHub
1 parent 0f9083a commit 174e45c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: include
1212
ms.custom: include file
1313
ms.author: slpavkov
1414
---
15-
# Call Automation SDK error codes
15+
## Call Automation SDK error codes
1616

1717
The following error codes are exposed by the Call Automation SDK.
1818

articles/communication-services/concepts/includes/codes/calling-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: include
1212
ms.custom: include file
1313
ms.author: slpavkov
1414
---
15-
# Calling SDK error codes
15+
## Calling SDK error codes
1616

1717
The Azure Communication Services Calling SDK uses the following error codes to help you troubleshoot calling issues. These error codes are exposed through the `call.callEndReason` property after a call ends.
1818

articles/communication-services/concepts/includes/codes/chat-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: include
1212
ms.custom: include file
1313
ms.author: slpavkov
1414
---
15-
# Chat SDK error codes
15+
## Chat SDK error codes
1616

1717
The Chat SDK uses the following error codes to help you troubleshoot chat issues. The error codes are exposed through the `error.code` property in the error response.
1818

articles/communication-services/concepts/includes/codes/pstn.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.topic: include
1212
ms.custom: include file
1313
ms.author: slpavkov
1414
---
15-
# PSTN call response codes with ParticipantEndReason
15+
## PSTN call response codes with ParticipantEndReason
1616

1717
This section provides troubleshooting information for various combinations of `ParticipantEndReason` and `ParticipantEndSubCode` response codes. For the tables in this section, `ParticipantEndReason` = **Code** and `ParticipantEndSubCode` = **SubCode**.
1818

19-
## ParticipantEndReason 0
19+
### ParticipantEndReason 0
2020

2121
Response `ParticipantEndReason` with value 0 usually means normal call clearing and marks calls that completed without errors.
2222

@@ -27,7 +27,7 @@ Response `ParticipantEndReason` with value 0 usually means normal call clearing
2727
| 540000 | 0 | Normal PSTN call end:<br/> - User ended the call.<br/> - Call ended by media agent. | Success | |
2828

2929

30-
## ParticipantEndReason 4xx
30+
### ParticipantEndReason 4xx
3131

3232
Response `ParticipantEndReason` with value 4xx means that the call didn't connect.
3333

@@ -48,7 +48,7 @@ Response `ParticipantEndReason` with value 4xx means that the call didn't connec
4848
| 560487 | 497 | - The caller terminated the call request.<br/> - Request terminated with normal call clearing. | | Retry the call. |
4949

5050

51-
## ParticipantEndReason 5xx
51+
### ParticipantEndReason 5xx
5252

5353
Response `ParticipantEndReason` with value 5xx means that the call failed due to a problem with a software or hardware component required to complete the connection.
5454

@@ -58,7 +58,7 @@ Response `ParticipantEndReason` with value 5xx means that the call failed due to
5858
| 560503 | 503 | - Call failed because of an internal server error in one of the services involved in the call.<br/> - The network used to establish the call is out of order.<br/> - A temporary failure in one of the services involved in the call. | | - Check your network and routing configuration for possible issues. Verify that your network firewall rules are correct.<br/> - Retry the call. If the issue persist contact your telco provider or Microsoft support.<br/> - For direct routing calls, check your Session Border Control logs and settings and timeouts configuration, to see if your SBC caused the failure. |
5959

6060

61-
## ParticipantEndReason 603
61+
### ParticipantEndReason 603
6262

6363
Response `ParticipantEndReason` with value 603 means that the call was rejected without connecting.
6464

articles/communication-services/concepts/includes/codes/sms-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: include
1212
ms.custom: include file
1313
ms.author: slpavkov
1414
---
15-
# SMS error codes
15+
## SMS error codes
1616

1717
The SMS SDK uses the following error codes to help you troubleshoot SMS issues. The error codes are exposed through the `DeliveryStatusDetails` field in the SMS delivery report.
1818

articles/communication-services/concepts/sms/sms-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ New limits are as follows:
153153

154154

155155
> [!IMPORTANT]
156-
> Unverified SMS traffic that exceeds the daily limit or is filtered for spam will have a [4010 error code](../troubleshooting-info.md#sms-error-codes) returned for both scenarios.
156+
> Unverified SMS traffic that exceeds the daily limit or is filtered for spam has a [4010 error code](../troubleshooting-codes.md) returned for both scenarios.
157157
158158
#### SMS to Canadian phone numbers
159159
Effective **October 1, 2022**, unverified toll-free numbers sending messages to Canadian destinations will have its traffic **blocked**. To unblock the traffic, a verification application needs to be submitted and in [verified status](#what-do-the-different-application-statuses-verified-and-unverified-mean).

0 commit comments

Comments
 (0)