1. Home
  2. Connections
  3. Viewing SIP Trace Logs
  1. Home
  2. Devices
  3. Viewing SIP Trace Logs
  1. Home
  2. SIP Over WebRTC
  3. Viewing SIP Trace Logs

Viewing SIP Trace Logs

SIP trace logs are a powerful diagnostic tool that allow you to inspect the detailed SIP signaling of any call. These logs are automatically saved and stored by our system, and can be retrieved from the Admin Control Panel in two primary ways: Outbound SIP Trace and Inbound SIP Trace. You can access them directly from the Navigation Bar by clicking on SIP Trace. This provides quick, centralised access to all SIP Trace data, making it easy to monitor and troubleshoot calls.

Outbound SIP Trace

Outbound traces are generated when a user makes a call from their softphone to the outside world.

To view an outbound SIP trace:

  1. Ensure the user’s device is set to Proxy Registration Mode (this mode is required for SIP traces to be captured).
  2. Go to the SIP Trace section in the Admin Control Panel.
  3. Select Outbound Sip Trace from the Sip Trace dropdown.
  4. After selecting Outbound SIP Trace, select the device that made the call.

This will show a list of all outbound calls made by that device, each with a corresponding SIP Trace.

Inbound SIP Trace

Inbound traces are generated when a call comes into the platform via a Connection.

To view an inbound SIP trace:

  1. Go to the SIP Trace section in the Admin Control Panel.
  2. Select Inbound SIP Trace from the Sip Trace dropdown.
  3. After selecting Inbound SIP Trace, select the connection that received the call.

You will see a list of all inbound calls that passed through this connection.

Exploring a SIP Trace

In either case (inbound or outbound), the SIP Trace will display a table of trace entries, each representing a call.

  • Select any SIP Trace in the table to expand the full SIP Trace for that call.
SIP Tracce for an Outbound Call
SIP Trace for an Inbound Call
  • Within the expanded view, clicking on any individual line will show you the full SIP message including headers and body.
SIP Message from the SIP Trace for an outbound call
SIP Message from a SIP Trace for an inbound call

This allows you to trace call setups, troubleshoot issues, and verify signaling at a granular level.

Related Articles