Problem
Clients behind the Sonicwall are not able to make VoIP calls
Troubleshooting
1. Run a packet capture on the Sonicwall and monitor for the source IP address and the destination IP address for the VoIP call.
2. Export the packet capture as a Libpcap file as shown in the screen shot below.

To inspect the traffic flow for a call set up, select VoIP Calls from the Telephony menu, choose a call and click on Flow.
5.The screenshot below shows a typical SIP-initiated conversation.

Within the header, the Allow property is displayed, in this case with all elements on one line. But if another part of theÂ
infrastructure expects them as different elements, the call might fail. The most practical way you can troubleshoot
this type of problem is by inspecting the packets in Wireshark to figure out the issue with the SIP call.
7. To search for SIP error codes in a Wireshark capture enter the following filter: sip.Status-Code >= 400
here.
Â