Skip to content

Commit c1083b8

Browse files
committed
Link fixes and pivot file
Fixed all link errors and pivot table missing space
1 parent 916cb97 commit c1083b8

File tree

8 files changed

+30
-38
lines changed

8 files changed

+30
-38
lines changed

articles/communication-services/concepts/analytics/logs/voice-and-video-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ Each participant can have many different media statistics metrics for a call. Th
709709

710710
### Error codes
711711

712-
The `participantEndReason` property contains a value from the set of Calling SDK error codes. You can refer to these codes to troubleshoot issues during the call, for each endpoint. See [Troubleshooting call end response codes for Calling SDK, Call Automation SDK, and PSTN calls](../../troubleshooting-codes.md#calling-sdk-error-codes).
712+
The `participantEndReason` property contains a value from the set of Calling SDK error codes. You can refer to these codes to troubleshoot issues during the call, for each endpoint. See [Troubleshooting call end response codes for Calling SDK, Call Automation SDK, PSTN, Chat SDK, and SMS SDK](../../troubleshooting-codes.md).
713713

714714
## Next steps
715715

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ Response `ParticipantEndReason` with value 603 means that the call was rejected
6464

6565
| SubCode | Code | Message | Result Categories | Advice |
6666
|--- |--- |--- |--- |--- |
67-
| 560603 | 603 | - Call declined by the recipient.<br/> - Call declined due to fraud detection. | | - If declined by the recipient, retry the call.<br/> - Ensure that you aren't exceeding the maximum number of concurrent calls allowed for your Azure Communication Services phone number. For more information, see [PSTN call limitations](../../../concepts/concepts/service-limits.md#pstn-call-limitations). |
67+
| 560603 | 603 | - Call declined by the recipient.<br/> - Call declined due to fraud detection. | | - If declined by the recipient, retry the call.<br/> - Ensure that you aren't exceeding the maximum number of concurrent calls allowed for your Azure Communication Services phone number. For more information, see [PSTN call limitations](../../../concepts/service-limits.md#pstn-call-limitations). |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ zone_pivot_groups: acs-calling-automation-pstn
1515

1616
# Troubleshooting call end response codes for Calling SDK, Call Automation SDK, PSTN, Chat SDK, and SMS SDK
1717

18-
This article describes troubleshooting call end response codes for [Calling SDK](#calling-sdk-error-codes), [Call Automation](#call-automation-sdk-error-codes), and [PSTN calling](#pstn-call-response-codes-with-participantendreason).
18+
This article describes troubleshooting call end response codes for Calling SDK, Call Automation, and PSTN calling.
1919

2020
## Troubleshooting tips
2121

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -325,17 +325,9 @@ You can find your current Teams license using [licenseDetails](/graph/api/resour
325325
```
326326
1. Find license detail where property `servicePlanName` has one of the values in the [Eligible Teams Licenses table](../quickstarts/eligible-teams-licenses.md)
327327
328-
## Error codes
329-
330-
- [Calling SDK error codes](./troubleshooting-codes.md#calling-sdk-error-codes)
331-
- [Call Automation error codes](./troubleshooting-codes.md#call-automation-sdk-error-codes)
332-
- [PSTN call response codes](./troubleshooting-codes.md#pstn-call-response-codes-with-participantendreason)
333-
- [Chat SDK error codes]
334-
- [SMS SDK error codes]
335-
336328
## Related articles
337329
- [Troubleshooting Azure Communication Services PSTN call failures](./telephony/troubleshooting-pstn-call-failures.md).
338-
- [Troubleshooting call end response codes for Calling SDK, Call Automation SDK, and PSTN calls](./troubleshooting-codes.md).
330+
- [Troubleshooting call end response codes for Calling SDK, Call Automation SDK, PSTN, Chat SDK, and SMS SDK](./troubleshooting-codes.md).
339331
- 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).
340332
- [Metrics](metrics.md).
341333
- [Service limits](service-limits.md).

articles/communication-services/concepts/voice-video-calling/troubleshoot-web-voip-quality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ For more information, see [End of Call Survey overview](end-of-call-survey-conce
9292

9393
For more information about using Call Quality Dashboard (CQD) to view interop call logs, see [Use CQD to manage call and meeting quality in Microsoft Teams](/microsoftteams/quality-of-experience-review-guide).
9494

95-
For more information about Calling SDK error codes, see [Troubleshooting in Azure Communication Services](../troubleshooting-codes.md#calling-sdk-error-codes). You can use these codes to help determine why a call ended with disruptions.
95+
For more information about Calling SDK error codes, see [Troubleshooting in Azure Communication Services](../troubleshooting-codes.md). You can use these codes to help determine why a call ended with disruptions.
9696

9797
To ensure smooth functioning of the application and provide better user experience, app developers should follow a checklist. For more information, see the [Checklist for advanced calling experiences in web browsers - Microsoft Community Hub](https://techcommunity.microsoft.com/t5/azure-communication-services/checklist-for-advanced-calling-experiences-in-web-browsers/ba-p/3266312).
9898

articles/communication-services/how-tos/cte-calling-sdk/includes/manage-calls/manage-calls-web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ States of remote participants in Teams meetings:
204204
const state = remoteParticipant.state;
205205
```
206206

207-
- `callEndReason`: Returns an object containing additional information about the reason the call ended. Property `code` returns a number associated with the reason, and `subCode` returns a number associated with the code and the reason. For more information about error codes, see [Troubleshooting call end response codes](../../../../concepts/troubleshooting-codes.md#calling-sdk-error-codes).
207+
- `callEndReason`: Returns an object containing additional information about the reason the call ended. Property `code` returns a number associated with the reason, and `subCode` returns a number associated with the code and the reason. For more information about error codes, see [Troubleshooting call end response codes](../../../../concepts/troubleshooting-codes.md).
208208

209209
```js
210210
const callEndReason = remoteParticipant.callEndReason;
@@ -294,7 +294,7 @@ States for Teams meetings:
294294
const callState = call.state;
295295
```
296296

297-
`callEndReason`: Returns object `CallEndReason` containing additional information about the call ended. The property `code` returns a number associated with the reason, and `subCode` returns a number associated with the code and the reason. For more information about error codes, see [Troubleshooting call end response codes](../../../../concepts/troubleshooting-codes.md#calling-sdk-error-codes).
297+
`callEndReason`: Returns object `CallEndReason` containing additional information about the call ended. The property `code` returns a number associated with the reason, and `subCode` returns a number associated with the code and the reason. For more information about error codes, see [Troubleshooting call end response codes](../../../../concepts/troubleshooting-codes.md).
298298

299299
```js
300300
const callEndReason = call.callEndReason;

articles/zone-pivot-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2481,7 +2481,7 @@ groups:
24812481
pivots:
24822482
- id: calling
24832483
title: Calling SDK
2484-
- id:callend
2484+
- id: callend
24852485
title: Call end
24862486
- id: automation
24872487
title: Call Automation SDK

0 commit comments

Comments
 (0)