Dial string format
1234 + destination +18005678912 = 123418005678912
Use cases
- Multiple SIP connections from the same IP address
- Granular call routing and billing per connection
- Traffic stream separation
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check out our upcoming events and meetups! View events →
Authenticate Telnyx SIP Trunking calls with a tech prefix. Prepend a numeric prefix to the request URI to identify your account on outbound INVITEs.
[tech_prefix][destination_number]
1234 + destination +18005678912 = 123418005678912
{
"inbound": {
"sip_subdomain_receive_settings": "from_anyone"
},
"outbound": {
"tech_prefix_enabled": true
}
}
| Condition | Result |
|---|---|
| Correct tech prefix included | Call authenticated |
| Missing or incorrect prefix | 407 Proxy Authentication Required |
| Method | Description |
|---|---|
| Tech prefix | 4-digit prepended identifier |
| IP authentication token | Token-based validation |
| P-Charge-Info header | SIP header-based routing |
Was this page helpful?