Supported carriers
Secrets are encrypted at rest and are never returned by the dashboard, Public API, or MCP.
Vonage is initially available in preview/staging environments for live validation. Enable both
VONAGE_CARRIER_IMPORT_ENABLED=true and NEXT_PUBLIC_VONAGE_CARRIER_IMPORT_ENABLED=true; keep them unset in production until the smoke test is complete.Import a number
- Open Settings → Phone numbers → Add SIP integration → Import from carrier.
- Select the carrier, enter credentials, and choose the SIP region.
- Select voice-capable numbers that are not already routed elsewhere.
- Import the numbers and assign an assistant.
- Test one inbound and one outbound call before using the number in a campaign.
Vonage routing protection
Vonage numbers with an existing app, telephone, or unrelated SIP callback are marked as unavailable. Carrier import never overwrites that routing. When a Vonage number is removed, its callback is cleared only if it still points to the exact regional SIP endpoint configured by this connection. A callback changed later in Vonage is preserved.SIP regions and troubleshooting
The selected region determines the SIP endpoint used for inbound signaling. Changing it runs provider diagnostics and repairs imported-number routing. Troubleshoot verifies:- carrier credentials and account balance;
- provider trunk/connection or direct number routing;
- the platform inbound/outbound trunk pair;
- assistant dispatch rules.
Public API and MCP
The Public API exposes:GET/POST /carrier-connectionsGET/PATCH/DELETE /carrier-connections/{id}GET /carrier-connections/{id}/available-numbersPOST /carrier-connections/{id}/importDELETE /carrier-connections/{id}/numbers/{numberId}POST /carrier-connections/{id}/troubleshoot
sip_trunks:read or sip_trunks:write scope. Equivalent MCP tools are list_carrier_connections, create_carrier_connection, get_carrier_connection, update_carrier_connection, list_carrier_available_numbers, import_carrier_numbers, remove_carrier_number, delete_carrier_connection, and troubleshoot_carrier_connection.