Skip to main content
Telnyx is the carrier. Buy a number, connect it to your agent — no third-party SIP trunk setup, no FQDN auth dance. Calls route on-net from Telnyx SIP directly to your agent. For setup steps, see the Quick Start.

Supported

Inbound calls

Inbound calls are routed to your agent via SIP dispatch rules. When someone calls your DID, Telnyx forwards it to the LiveKit SIP service, which dispatches it to your agent based on the rules you configure.

Outbound calls

Use the lk CLI to place an outbound call into a room:
lk sip participant create \
  --room "my-room" \
  --trunk "<SIP_TRUNK_ID>" \
  --call "+15551234567" \
  --identity "outbound-caller"

DTMF

DTMF tones are supported via RFC 2833/4733. Tones are forwarded to your agent as events and can be handled in code.

SIP headers

Pass call metadata through to your agent using headers_to_attributes. Header values are mapped to LiveKit participant attributes, available in your agent at runtime.

Not yet supported

These features require Enterprise SIP, which is on the roadmap.
  • HD voice (G.722)
  • Call transfers (REFER / warm transfer)