telephony
Phone registration
The process where a softphone or SIP device announces itself to VICIdial so the server knows where to send the agent's calls.
Phone registration is the handshake where an agent's softphone tells VICIdial "I'm here, and this is my address." The phone sends its login and password over sip (Session Initiation Protocol), and the server records which IP and port that phone is reachable at. Once registered, VICIdial knows where to push calls when the agent is dialing.
This matters because a phone that hasn't registered is invisible to the dialer. An agent can be logged into the web screen and still hear nothing, because the audio path runs through the phone, not the browser. If the registration drops, calls fail silently or land nowhere.
What can go wrong
- Wrong password — the phone keeps trying and never registers.
- A firewall or NAT router blocking the SIP port, so the server's reply never reaches the phone.
- A short registration expiry, so the phone has to re-announce itself often or it falls off.
Registration is the agent side. The other half is outbound: VICIdial connects to your carrier over a trunk to actually place calls. A remote agent working from home registers the same way, just over the internet instead of a local network. If you use a phone code override to point an agent at a different phone entry, that entry still needs its own valid registration to ring.
Related terms
Agent
An agent is a person who talks to your customers on the phone, logged into VICIdial through a browser screen that VICIdial drives for them.
Carrier
A carrier is the phone company that actually carries your calls onto the public phone network — VICIdial dials, the carrier delivers.
Phone Code Override
A list setting that forces a specific dial prefix or routing code onto leads, so a list can be dialed differently from the campaign default.
Remote agent
An agent who logs into VICIdial from outside the office — usually from home — connecting their phone and screen over the internet.
SIP (Session Initiation Protocol)
The standard signaling protocol that sets up, manages, and ends internet phone calls — how VICIdial talks to phones and carriers.
Trunk
The connection between your VICIdial server and your phone carrier that actually carries calls in and out of the system.