You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/resources/troubleshooting/voice-video-calling/call-setup-issues/call-ends-with-410-3112.md
:::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":::
79
79
80
80
You can also render a timechart to understand the daily number of calls ending with subcode 3112
81
81
```kusto
@@ -85,7 +85,7 @@ ACSCallSummary
85
85
| render timechart
86
86
```
87
87
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":::
89
89
90
90
The time chart only provides an overview of the users under the same ACS resource ID.
91
91
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
100
100
| order by SubCode3112Count desc
101
101
```
102
102
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":::
104
104
105
105
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.
106
106
This pattern suggests a transient network issue, which may be resolved by retrying.
0 commit comments