You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In this section:

 

Viewing Logs

After you implement your configuration, you will want to test it out. The 

Unable to show "metadata-from": No such page "_space_variables"
provides tools that allow you to monitor SIP messaging, look at logs, look at statistics, and billing records.

Logs may be viewed from either user interface:

EMA GUI

From the EMA GUI:

  1. Navigate to the Administration tab
  2. View logs and set up a Call Trace to view SIP messages

Call Trace and Wireshark Traces

The Call Trace function allows you to get the SIP message trace and RTP packets for a very specific call. This is helpful when you are testing a particular call scenario. You can trace on called number, calling number, trunk group, IP Peer.

The SIP messaging (and SBC-specific logs related to the call) are stored in a text file ending in ".TRC".

In addition to the .TRC file, the SIP signaling and RTP traffic can also be captured in a ".PKT" file. To view the ".PKT" file, you download it to your PC, and then open it with Wireshark interface (referred to as "TShark" in EMA Troubleshooting tab). You can see what trace filters are set up using "show configuration global callTrace" command.

Below is an example usage for call trace "toBLUECARRIER" that traces all calls to and from trunk group BLUECARRIER:

admin@SBC01a> show configuration global callTrace callFilter toBLUECARRIER {
state 		enabled;
level 		level1;
key 		trunkGroup;
match {
trunkGroup BLUECARRIER;
}
mediaPacketCapture enable;
} 

Since a large amount of data is captured for each call, it is advisable to:

  • Only capture media if you need it
  • Disable your call trace filter after making your test call

See Troubleshooting Tools - TShark for additional details of using TShark from the EMA.

Downloading Existing CLI Configuration from GUI

To save a text file containing the CLI commands used to configure your system, see System Administration - Configuration Template Import (EMA).

  • No labels