carriers-sip
VoIP
Voice over Internet Protocol, the technology that sends phone calls as data packets over the internet instead of over traditional copper phone lines.
VoIP stands for Voice over Internet Protocol. It is the technology that lets phone calls travel as data packets across the internet instead of over the old copper lines that telephones used for a century. Every call placed through VICIdial is a VoIP call, which is what makes a software dialer possible in the first place.
A VoIP call has two main parts working together. The signaling, usually handled by SIP (Session Initiation Protocol), sets up and tears down the call — it is the part that says "ring this number" and "hang up now." The audio itself rides on RTP, a separate stream of small packets carrying the actual voice. Splitting the job this way is why VoIP can be flexible and cheap.
Because the voice is digital, it has to be squeezed for the network using a Codec, which decides how much bandwidth each call eats and how clear it sounds. The packets then travel out through a SIP trunk to your Carrier, who connects the call to the wider phone network. If those packets arrive late or go missing, you hear the problems as choppy audio — see Packet loss for what that looks like.
VoIP became popular for call centers because it untangles the phone system from physical wiring. Adding an agent no longer means running a new copper line to a desk; it means creating another login. Calls can route to anyone with an internet connection, which is how a Remote agent working from home shows up on the same dialer as the people in the office. It is also far cheaper to place high volumes of calls, since you are paying for internet bandwidth and per-minute carrier rates rather than renting dozens of dedicated phone lines.
For a newcomer, the headline is this: VoIP turns voice into internet traffic, so a reliable internet connection matters as much as a good phone. When call quality drops, the cause is almost always somewhere on the network path, not the dialer software itself. You can read about picking a provider in our guide to choosing a SIP carrier.
Related terms
Carrier
A carrier is the phone company that actually carries your calls onto the public phone network — VICIdial dials, the carrier delivers.
Codec
The method that compresses and decompresses voice audio for a VoIP call, trading off between sound quality and how much network bandwidth each call uses.
Packet loss
Packet loss happens when voice data packets fail to reach their destination, leaving gaps that sound like clipped words or robotic, broken audio.
RTP
Real-time Transport Protocol, the stream of small packets that carries the actual voice audio of a VoIP call between the two endpoints.
SIP (Session Initiation Protocol)
The standard signaling protocol that sets up, manages, and ends internet phone calls — how VICIdial talks to phones and carriers.
SIP trunk
A virtual phone line over the internet that connects your dialer to a carrier, letting you place and receive many calls at once without physical wires.