caballero330
06/25/2025, 7:16 AMcaballero330
06/26/2025, 1:52 PMChiranjeet Mishra
06/26/2025, 6:17 PMFrom: <sip:+1234567890@provider.com>
To: <sip:+1987654321@YOUR_CREDENTIAL_ID.sip.vapi.ai>
For more detailed steps on configuring your SIP provider and Vapi setup, you might find this [SIP Trunking guide](https://docs.vapi.ai/advanced/sip/sip-trunk) helpful.caballero330
06/30/2025, 9:05 AMChiranjeet Mishra
07/01/2025, 7:28 PMcaballero330
07/04/2025, 10:41 AMChiranjeet Mishra
07/08/2025, 1:40 AMChiranjeet Mishra
07/09/2025, 6:51 AMChiranjeet Mishra
07/14/2025, 11:22 PMcaballero330
07/26/2025, 8:11 AMChiranjeet Mishra
07/30/2025, 7:05 AMcaballero330
08/11/2025, 8:55 AMChiranjeet Mishra
08/16/2025, 1:34 AM{
"provider": "byo-sip-trunk",
"name": "My SIP Trunk",
"gateways": [
{
"ip": "sip.provider.com",
"port": 5060,
"outboundEnabled": true,
"inboundEnabled": false,
"outboundProtocol": "udp"
},
{
"ip": "203.0.113.10",
"port": 5060,
"outboundEnabled": false,
"inboundEnabled": true
}
]
}
Basically, you will want to set up two gateways: One for inbound and one for outbound. The outbound one will use a resolved domain name over UDP and the inbound one will use a static IP address. This setup should be the correct configuration for any BYO SIP trunk.jaylim95
08/22/2025, 8:58 AMChiranjeet Mishra
08/25/2025, 11:15 PM