Skip to content

Commit 40f0c50

Browse files
committed
Address review comment
1 parent 276b1f2 commit 40f0c50

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ In this query, we analyze the data based on the user identifiers, assuming that
9797
ACSCallSummary
9898
| summarize Total = count(), SuccessCount = countif(ParticipantEndSubCode == 0), SubCode3112Count = countif(ParticipantEndSubCode == 3112) by Identifier
9999
| where SubCode3112Count > 0
100-
| order by ErrorCount desc
100+
| order by SubCode3112Count desc
101101
```
102102

103103
:::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

105-
In this example, one user had a total of 196 calls, of which 175 calls were successful and only two calls failed with subcode 3112.
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.
106106
This pattern suggests a transient network issue, which may be resolved by retrying.
107107
On the other hand, another user had a total of six calls, all of which failed with subcode 3112.
108108
This consistency in subcode value indicates a likely network configuration issue for that user, where retrying is unlikely to help.
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)