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.

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 Devices section in the Admin Control Panel.
  3. Select the device that made the call.
  4. Click the SIP Trace tab at the top of the page.

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 Connections section in the Admin Control Panel.
  2. Select the Connection that received the call.
  3. Click the SIP Trace tab at the top of the page.

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 tab will display a table of trace entries, each representing a call.

  • Click the blue triangle icon on the left of any row 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