A SIP carrier is the connection between your PBX and the public telephone network. Also called a SIP trunk in telephony jargon. Without at least one configured carrier, the PBX cannot reach the outside world.
Overview
A SIP carrier holds the credentials and server address your PBX uses to place outbound calls and receive inbound ones. Most tenants run two carriers, a primary and a fallback that takes over automatically if the primary loses connectivity.
What it does
To receive inbound calls, the PBX registers with the carrier (a SIP REGISTER packet carrying the credentials), so the carrier knows where to deliver them.
| State | What it means |
|---|---|
| Registered | Inbound and outbound calls work normally. |
| Not registered | Inbound calls fail. Outbound may still work if the carrier uses IP-based authentication. |
A carrier is invisible to callers when healthy. When it is misconfigured, the symptoms point to the field at fault:
| Symptom | Likely cause | Fix |
|---|---|---|
| All inbound calls fail | Carrier is not registered | Turn on the Register toggle. Verify credentials with the provider. |
| All outbound calls fail | Wrong registrar address or credentials | Check SIP user / password / registrar against the provider's onboarding docs. |
| Outbound calls fail with "destination not found" | Wrong destination header | Switch SIP header for outgoing calls between Default / P-Called-Party-Id / To. |
Set a fallback carrier on every phone number so a single-carrier blip does not break inbound service.
See also
- Phone numbers - each number has a default and fallback carrier.
- Route outgoing calls - rules that dispatch outbound traffic to specific carriers.