By Sagar Shankaran, Founder of CallSphere
Telnyx Call Control plus Media Streaming over WebSockets gives you sub-200ms round-trip when you pair it with LiveKit on Telnyx, plus carrier-native STT and TTS at half the cost of LiveKit Cloud. Here is the 2026 wiring.
Key takeaways
Telnyx is the carrier-on-a-CPaaS option: they own their network, which means tighter media SLAs and fewer hops. The April 2026 launch of LiveKit on Telnyx puts colocated GPU inference next to that carrier-native voice path and claims 50% lower STT/TTS cost than LiveKit Cloud. For AI voice teams that care about latency and unit economics, the math is now on Telnyx's side.
Telnyx Call Control is a REST/Webhook API for call lifecycle: dial, answer, hangup, transfer, gather DTMF, play audio, record. Media Streaming is the WebSocket extension that forks the call audio to your endpoint. The two together let you build a voice agent that can drive the call (Call Control) while AI processes the audio (Media Streaming).
April 2026 brought two big launches:
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
The Telnyx LiveKit Plugin wraps Telnyx STT and TTS as LiveKit-native processors, so your existing LiveKit agent gets carrier-native speech without code changes.
graph LR
A[PSTN / WhatsApp] --> B[Telnyx Carrier Network]
B -->|webhook| C[Your Call Control App]
C -->|REST commands| B
B -->|wss media stream| D[Audio Bridge]
D --> E[LiveKit on Telnyx GPU]
E -->|Telnyx STT| F[LLM]
F -->|Telnyx TTS| E
E -->|RTP| B
# Start media streaming via Call Control API
curl -X POST https://api.telnyx.com/v2/calls/$CALL_ID/actions/streaming_start \
-H "Authorization: Bearer $TELNYX_KEY" \
-H "Content-Type: application/json" \
-d '{
"stream_url": "wss://bridge.callsphere.ai/telnyx-realtime",
"stream_track": "both_tracks",
"stream_bidirectional_mode": "rtp",
"audio_codec": "PCMU"
}'
CallSphere terminates every product on Twilio across all six verticals (Healthcare AI on FastAPI :8084 to OpenAI Realtime, Real Estate AI, Sales Calling AI with 5 concurrent outbound, Salon AI, IT Helpdesk AI, After-Hours AI with Twilio simul call+SMS 120-second timeout). 37 agents, 90+ tools, 115+ DB tables, HIPAA + SOC 2, $149/$499/$1499 plans, 14-day trial, 22% affiliate. We monitor the Telnyx LiveKit launch closely because the unit economics matter at scale; for prospects pushing 1M+ minutes/month our reference architecture demonstrates a Telnyx fallback trunk with the same OpenAI Realtime adapter behind a CPaaS abstraction layer in our shared bridge.
How does Telnyx latency compare to Twilio? Telnyx claims sub-200ms round-trip on LiveKit on Telnyx; Twilio Streams typical end-to-end is 600-900ms with external models. Direct comparison is hard because Twilio has more model partners.
Is Telnyx STT competitive with Deepgram? Telnyx's own STT is workmanlike; for top accuracy on hard domains (medical, legal) most teams still pick Deepgram or Speechmatics.
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
WhatsApp Business Calling API limits? Same as Telnyx PSTN at launch; Meta-side rate limits apply per business account.
Can I keep my LiveKit code unchanged? Yes. LiveKit on Telnyx accepts the same agent Dockerfile; you change the room URL and the SIP trunk binding.
Is Telnyx HIPAA-eligible? Yes with a signed BAA on enterprise plans.
Start a 14-day trial of our Twilio-based stack, see pricing, or contact us about a Telnyx fallback configuration for high-volume tenants.
Written by
Sagar Shankaran· Founder, CallSphere
Sagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
A founder's guide to the female voice generator landscape: AI female voices, Japanese voices, robot voices, and how CallSphere ships 57+ voices live.
A VoIP telephone number is a phone number that routes calls over the internet instead of copper lines. Learn what a VoIP number is, how to get one, what it costs, and how to pair it with an AI voice agent in 2026.
MOS 4.3+ is the band where AI voice feels human. Drop below 3.6 and conversations break. Here is how to measure, improve, and alert on MOS in production AI voice using G.711, Opus, and the underlying packet loss / jitter / latency math.
Modal turns a Python function into autoscaling serverless compute with optional GPU. Deploy a LiveKit Agent with one command and get pay-per-second billing.
LiveKit Agents 1.5 (April 2026) added an audio-based interruption model and native MCP tools. Here's a full self-hosted LiveKit voice agent with adaptive turn detection.
Texas SB 1188 requires US-resident EHRs from January 1, 2026; Nevada's consumer-health-data law constrains health data; Colorado AI Act takes effect June 30, 2026. AI voice agents must architect for state-by-state data localization.
© 2026 CallSphere LLC. All rights reserved.