These are the internal diagnostic codes often seen in:

  • SIP logs
  • CLS traces
  • Snooper
  • CDR reports
  • Response Group logs
  • Front-End event logs

They provide more detailed meaning than standard SIP response codes.


Common Internal Diagnostic IDs

Diagnostic IDMeaningTypical CauseNotes
1018User not foundSIP URI does not exist in ADOften paired with 404
1020User not enabled for SkypeAD object exists but not SfB-enabledCheck Get-CsUser
1035Call failed to routeNo matching voice routeDial plan / Voice policy issue
1041User busyEndpoint is already in callSimilar to 486
1053User not registeredClient not signed inOften paired with 480
1067Media negotiation failureCodec mismatch or encryption issueOften 488 SIP
1080Call declinedUser manually rejected callCommon with 603
1100Timeout waiting for responseEndpoint unreachableNetwork or client offline
1200Database errorBackend SQL issueCheck FE / SQL connectivity
1300Response Group agent unavailableNo agents availableInformal mode common
1301Response Group timeoutNo agent answered in timeWorkflow timeout
1400PSTN gateway failureMediation / SBC issueCheck trunk
1410Media bypass failedBypass negotiation errorOften firewall related
1500Edge connectivity failureFederation or external issueEdge / firewall
2005Policy restrictionCall blocked by policyVoice or conferencing policy
3007CMS replication issueManagement store not syncedCheck replication status

Diagnostic IDs Common in Response Groups (RGS)

Given how frequently these appear in enterprise deployments:

Diagnostic IDMeaningCommon Scenario
1300No agents availableAll agents signed out
1301Agent timeoutAgent did not answer
1302Workflow misconfigurationQueue or group error
1305Agent declined callInformal RGS + DND/Busy
1080Call declinedUser manually rejected

Diagnostic ID vs SIP Code Example

Example you might see in logs:

SIP: 603
Diagnostic ID: 1305

Meaning:

  • SIP 603 = Decline
  • Diagnostic 1305 = Agent declined in Response Group

The diagnostic ID gives the true root cause.


How to View Diagnostic IDs

You can find these in:

  • Snooper logs (OCSLogger / CLSViewer)
  • Front-End event logs
  • Response Group call reports
  • CDR database records

To check replication issues:

Get-CsManagementStoreReplicationStatus

To check user registration:

Get-CsUser -Identity user@domain.com

Important Notes

  • SIP codes show protocol response
  • Diagnostic IDs show Skype internal logic
  • Always correlate both together when troubleshooting