Schlepper
11/13/2025, 12:47 PMChiranjeet Mishra
11/13/2025, 12:47 PMVapi Support Bot
11/13/2025, 12:48 PMrealm (for SIP registration). Fields like usePublicIP or a top-level domain are not documented, so they are not included:
json
{
"provider": "byo-sip-trunk",
"name": "Telnyx Trunk",
"gateways": [
{
"ip": "sip.telnyx.com",
"inboundEnabled": false
}
],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD",
"sipRegisterPlan": {
"realm": "sip.telnyx.com"
}
}
}
For more details, see the [official documentation](https://docs.vapi.ai/advanced/sip/sip-trunk).
Source:
- [SIP Trunking Documentation](https://docs.vapi.ai/advanced/sip/sip-trunk)Schlepper
11/14/2025, 11:33 AMSchlepper
11/14/2025, 11:51 AM