caballero330
03/11/2025, 9:32 PMVapi Support Bot
03/11/2025, 9:33 PMini
[transport-udp]
type=transport
protocol=udp
bind=0.0.0.0
[byo-sip-trunk]
type=endpoint
transport=transport-udp
context=from-internal
disallow=all
allow=ulaw
outbound_auth=byo-sip-trunk-auth
aors=byo-sip-trunk
[byo-sip-trunk-auth]
type=auth
auth_type=userpass
username=your_outbound_username
password=your_outbound_password
[byo-sip-trunk]
type=aor
qualify_frequency=60
contact=sip:sip.vapi.ai:5060
### API Configuration
You might also want to verify your trunk configuration in VAPI matches this format:
json
{
"provider": "byo-sip-trunk",
"name": "BYOC Trunk",
"credentials": {
"username": "YourUsername",
"password": "YourPassword"
},
"gateways": [
{
"ip": "YourStaticIP",
"port": "YourStaticPort",
"netmask": 32,
"inboundEnabled": true,
"outboundEnabled": true,
"outboundProtocol": "udp"
}
]
}
### Additional TroubleshootingVapi Support Bot
03/11/2025, 9:33 PMAuthorization
header [source](https://discord.com/channels/1211482211119796234/1211483291191083018/1334238882660618250)
- Verify network settings, including firewall configurations and SIP ALG, which could interfere with SIP messages [source](https://discord.com/channels/1211482211119796234/1211483291191083018/1334919245468799007)
Let me know if any of these suggestions help or if you need further assistance!
Sources:
- [Discord Channel Authentication Issues](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333747605628391434)
- [Discord Channel Error Handling](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334238882660618250)
- [Discord Channel Network Configuration](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334919245468799007)
- [Discord Channel Authentication Plan](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341469652366266408)Kyle Brunker
03/12/2025, 8:39 PMsarimfaheem
04/17/2025, 6:40 PMKyle Brunker
04/21/2025, 7:32 PM