paolobertini
03/11/2025, 12:26 AMVapi Support Bot
03/11/2025, 12:27 AM1. Configure a new SIP trunk in Issabel specifically for VAPI
2. Input VAPI's SIP hostname and credentials into the PBX
3. Set up your dial plan to route specific outbound calls through this trunk
This approach positions VAPI between Issabel and your gateway [discord-doc84](https://discord.com/channels/1211482211119796234/1211483291191083018/1334821142204121088).
Option 2: Using Twilio as an Intermediate Layer
If direct integration proves challenging, you could use Twilio as a SIP bridge between your system and VAPI. This can help with authentication methods that might not directly interface with VAPI [discord-doc15](https://discord.com/channels/1211482211119796234/1211483291191083018/1335340719317192714).
### SIP Configuration Example
Here's a sample configuration snippet for setting up the SIP trunk:
json
{
"provider": "byo-sip-trunk",
"name": "YourPBXTrunk",
"gateways": [
{
"ip": "YourPBXIPAddress",
"port": "5060",
"netmask": "32",
"inboundEnabled": true,
"outboundEnabled": true,
"outboundProtocol": "udp"
}
]
}
[discord-doc30](https://discord.com/channels/1211482211119796234/1211483291191083018/1340813822193041499)
### Important ConsiderationsVapi Support Bot
03/11/2025, 12:27 AMpaolobertini
03/11/2025, 12:30 AMpaolobertini
03/11/2025, 12:59 AMKyle Brunker
03/12/2025, 7:41 PMmarkdown
Let me know if you need any clarification on any part of this integration, or if you'd like more specific details about any aspect of the configuration.