Capture Network Packets
When calls fail in ways that are hard to explain, a packet capture gives you the raw evidence. The Ethernet Capture Tool records the network traffic passing through Cloud Voice so you can trace exactly what happened on the wire. It is most useful for problems such as extensions that will not register, calls with missing or one-way audio, and VoIP (Voice over IP, the technology that carries calls over a data network) trunks that drop or reconnect at random.
The goal is to record traffic while the fault is happening, so plan to reproduce the issue during the capture. A capture taken after the problem has passed will not contain anything useful.
Capture packets
Section titled “Capture packets”- Sign in to the phone system web portal and open Maintenance > Troubleshooting > Ethernet Capture Tool.
- Click Start. Capturing begins immediately.
- While the capture is running, reproduce the problem on the affected trunk or extension (for example, place the call that loses audio or restart the extension that fails to register).
- Click Stop once you have reproduced the issue. The recorded traffic is written to the phone system’s local storage.
- Click Download to save the capture file to your computer.
What you get
Section titled “What you get”The download is a .tar archive containing a single .pcap file. The .pcap holds the captured packets and is the file you open for analysis.
Analyze the capture
Section titled “Analyze the capture”- Extract the
.tararchive to reveal the.pcapfile inside. - Open the
.pcapfile in a packet analyzer such as Wireshark. - Inspect the two parts of each call: the SIP (Session Initiation Protocol, which sets up, controls, and ends the call) signaling, and the RTP (Real-time Transport Protocol, which carries the call audio). Registration failures and one-way audio usually show up here as messages that are missing, rejected, or never answered.