VOIP over Comcast causing problems

voip

We're running a VOIP system over Comcast. The problems are:

  1. Some calls don't complete (both incoming and outgoing)
  2. Some phone calls get terminated in the middle of the call.

I want to run some kind of throughput test on the Comcast service (which could test the throughput several times per second) to ensure that there is enough bandwidth available for the phonecalls. Which free or trial software or applications would you recommend?

Best Answer

For the most part, VoIP is not bandwidth-intensive. It is, however, quite sensitive to variable latency. In your testing, you need to test both aspects. I'd recommend you look at setting up an iperf server on one end of your connection. You'll then connect to that from a client on the other end. Iperf will be able to not only report on the bandwidth available, but also on the jitter of the connection, which is quite useful when troubleshooting VoIP issues.

Additionally, you may want to look at doing some real SIP tests using SIPp. You'll be able to send incrementally increasing numbers of calls through and find where things start breaking.