VOICE TERMINATION
International voice routing engineered for consistency and scale.
Carrier-grade international voice infrastructure for businesses, platforms and communications providers operating across global markets.
International voice routing engineered for consistency and scale.
Connect your PBX or communication platform directly to TELVEX.
Manage virtual numbers from multiple international markets.
Scalable interconnection for telecommunications businesses.
Integrate voice functionality directly into applications.
Flexible communications infrastructure for business environments.
Every route is instrumented. The panels below are dashboard interface examples using demonstration data — live figures for your traffic are available in the carrier portal once your account is provisioned.
Answered calls versus seizures across sampled routes.
Mean conversation length on answered traffic.
Time from invite to first ring indication.
Regions reporting operational edge capacity.
Enter a destination to preview indicative routing availability. Commercial rates are issued by the carrier team.
Point your PBX, softswitch or communications platform at a TELVEX edge cluster and traffic is routed across our interconnected carrier network with continuous quality supervision.
Portal preview · demonstration data
List DID numbers assigned to your account.
curl https://api.telvex.cc/v1/numbers \
-H "Authorization: Bearer $TELVEX_API_KEY" \
-G -d country=GB -d type=geographic -d limit=2{
"object": "list",
"data": [
{
"id": "num_8f21c0",
"e164": "+442038xxxxxx",
"country": "GB",
"type": "geographic",
"status": "active",
"trunk": "trk_edge_lon_01"
},
{
"id": "num_a71d55",
"e164": "+442079xxxxxx",
"country": "GB",
"type": "geographic",
"status": "active",
"trunk": "trk_edge_lon_01"
}
],
"has_more": false
}REST over HTTPS, JSON payloads, cursor pagination and idempotent order calls.
Bearer API keys scoped per environment, rotatable from the carrier portal.
Signed events for call completion, number provisioning and trunk state changes.
Per-key limits with burst allowance; headers expose remaining quota.