fouad
03/18/2026, 5:29 AMVapi Support Bot
03/18/2026, 5:29 AMgateways field. For example:
json
{
"provider": "byo-sip-trunk",
"name": "Telnyx Trunk",
"gateways": [
{ "ip": "192.76.120.10", "inboundEnabled": true },
{ "ip": "64.16.250.10", "inboundEnabled": true }
],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD",
"sipRegisterPlan": { "realm": "sip.telnyx.com" }
}
}
Update your credential if needed, as using FQDN can cause outbound RTP issues ([see documentation](https://docs.vapi.ai/advanced/sip/telnyx)).
Source:
- [Telnyx SIP integration](https://docs.vapi.ai/advanced/sip/telnyx)fouad
03/18/2026, 5:37 AMRamsey
03/18/2026, 9:42 AM