Skip to content

Commit 873e5c9

Browse files
committed
Address review comment
1 parent 40f0c50 commit 873e5c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/resources/troubleshooting/voice-video-calling/call-setup-issues/call-ends-with-410-3112.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ACSCallSummary
7575
| where ParticipantEndSubCode == 3112
7676
| project TimeGenerated, CorrelationId, ParticipantId, Identifier, CallType
7777
```
78-
:::image type="content" source="./media/log-query-result-for-calls-with-subcode-3112.png" alt-text="Screenshot of log query result for calls with subcode 3112" lightbox="./media/log-query-result-for-calls-with-subcode-3112.png":::
78+
:::image type="content" source="./media/log-query-result-for-calls-with-subcode-3112.png" alt-text="Screenshot of log query result for calls with subcode 3112." lightbox="./media/log-query-result-for-calls-with-subcode-3112.png":::
7979

8080
You can also render a timechart to understand the daily number of calls ending with subcode 3112
8181
```kusto
@@ -85,7 +85,7 @@ ACSCallSummary
8585
| render timechart
8686
```
8787

88-
:::image type="content" source="./media/timechart-displaying-the-calls-ending-with-subcode-3112.png" alt-text="Screenshot of a timechart displaying the daily number of calls ending with subcode 3112" lightbox="./media/timechart-displaying-the-calls-ending-with-subcode-3112.png":::
88+
:::image type="content" source="./media/timechart-displaying-the-calls-ending-with-subcode-3112.png" alt-text="Screenshot of a timechart displaying the daily number of calls ending with subcode 3112." lightbox="./media/timechart-displaying-the-calls-ending-with-subcode-3112.png":::
8989

9090
The time chart only provides an overview of the users under the same ACS resource ID.
9191
By running more specific queries, you can identify patterns or anomalies that aren't immediately apparent from the time chart alone, helping you pinpoint the root cause of any issues more accurately.
@@ -100,7 +100,7 @@ ACSCallSummary
100100
| order by SubCode3112Count desc
101101
```
102102

103-
:::image type="content" source="./media/log-query-results-3112-for-each-user-identifer.png" alt-text="Screenshot of log query results showing the number of calls ending with subcode 3112 for each user identifier" lightbox="./media/log-query-results-3112-for-each-user-identifer.png":::
103+
:::image type="content" source="./media/log-query-results-3112-for-each-user-identifer.png" alt-text="Screenshot of log query results showing the number of calls ending with subcode 3112 for each user identifier." lightbox="./media/log-query-results-3112-for-each-user-identifer.png":::
104104

105105
In this example, one user had a total of 180 calls, of which 160 calls were successful and only two calls failed with subcode 3112.
106106
This pattern suggests a transient network issue, which may be resolved by retrying.

0 commit comments

Comments
 (0)