@@ -68,21 +68,21 @@ curl -X POST "https://api.vapi.ai/credential" \
6868 "provider": "byo-sip-trunk",
6969 "name": "SignalWire Inbound Trunk",
7070 "gateways": [
71- { "ip": "170.64.128.96" },
72- { "ip": "198.13.56.186" },
73- { "ip": "104.248.176.184" },
74- { "ip": "152.42.144.114" },
75- { "ip": "104.248.150.114" },
76- { "ip": "138.68.125.160" },
77- { "ip": "159.65.244.171" },
78- { "ip": "167.99.198.84" },
79- { "ip": "13.245.35.235" },
80- { "ip": "108.61.169.31" },
81- { "ip": "137.184.4.155" },
82- { "ip": "188.166.126.7" },
83- { "ip": "139.59.34.94" },
84- { "ip": "165.232.186.228" },
85- { "ip": "157.175.131.128" }
71+ { "ip": "170.64.128.96", "inboundEnabled": true },
72+ { "ip": "198.13.56.186", "inboundEnabled": true },
73+ { "ip": "104.248.176.184", "inboundEnabled": true },
74+ { "ip": "152.42.144.114", "inboundEnabled": true },
75+ { "ip": "104.248.150.114", "inboundEnabled": true },
76+ { "ip": "138.68.125.160", "inboundEnabled": true },
77+ { "ip": "159.65.244.171", "inboundEnabled": true },
78+ { "ip": "167.99.198.84", "inboundEnabled": true },
79+ { "ip": "13.245.35.235", "inboundEnabled": true },
80+ { "ip": "108.61.169.31", "inboundEnabled": true },
81+ { "ip": "137.184.4.155", "inboundEnabled": true },
82+ { "ip": "188.166.126.7", "inboundEnabled": true },
83+ { "ip": "139.59.34.94", "inboundEnabled": true },
84+ { "ip": "165.232.186.228", "inboundEnabled": true },
85+ { "ip": "157.175.131.128", "inboundEnabled": true }
8686 ]
8787 }'
8888```
0 commit comments