Skip to content

Commit bf5a0ec

Browse files
committed
added inboundEnabled as false for sip domain.
1 parent bfb2fcb commit bf5a0ec

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

fern/advanced/sip/sip-plivo.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ Indian phone numbers cannot be used with Plivo on Vapi due to TRAI regulations.
9696
"name": "PLIVO Trunk",
9797
"gateways": [
9898
{
99-
"ip": "YOUR_PLIVO_TERMINATION_SIP_DOMAIN"
99+
"ip": "YOUR_PLIVO_TERMINATION_SIP_DOMAIN",
100+
"inboundEnabled": false
100101
}
101102
]
102103
}'
@@ -112,7 +113,8 @@ Indian phone numbers cannot be used with Plivo on Vapi due to TRAI regulations.
112113
"updatedAt": "2025-05-05T16:38:08.815Z",
113114
"gateways": [
114115
{
115-
"ip": "1856282236xxxxxxxxxxx.zt.plivo.com"
116+
"ip": "1856282236xxxxxxxxxxx.zt.plivo.com",
117+
"inboundEnabled": false
116118
}
117119
],
118120
"name": "PLIVO Trunk"

fern/advanced/sip/sip-telnyx.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ Integrate your Telnyx SIP trunk with Vapi to enable your AI voice assistants to
9494
"name": "Telnyx Trunk",
9595
"gateways": [
9696
{
97-
"ip": "sip.telnyx.com"
97+
"ip": "sip.telnyx.com",
98+
"inboundEnabled": false
9899
}
99100
],
100101
"outboundAuthenticationPlan": {

fern/advanced/sip/sip-trunk.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ Vapi supports multiple SIP trunk configurations, including:
4848
"provider": "byo-sip-trunk",
4949
"name": "Zadarma Trunk",
5050
"gateways": [{
51-
"ip": "sip.zadarma.com"
51+
"ip": "sip.zadarma.com",
52+
"inboundEnabled": false
5253
}],
5354
"outboundLeadingPlusEnabled": true,
5455
"outboundAuthenticationPlan": {

fern/advanced/sip/sip-twilio.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ This guide walks you through setting up both outbound and inbound SIP trunking b
7474
"name": "Twilio Trunk",
7575
"gateways": [
7676
{
77-
"ip": "YOUR_TWILIO_GATEWAY_ID"
77+
"ip": "YOUR_TWILIO_GATEWAY_ID",
78+
"inboundEnabled": false
7879
}
7980
],
8081
"outboundLeadingPlusEnabled": true

fern/advanced/sip/sip-zadarma.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ curl -L 'https://api.vapi.ai/credential' \\
3333
"provider": "byo-sip-trunk",
3434
"name": "Zadarma Trunk",
3535
"gateways": [
36-
{ "ip": "sip.zadarma.com" }
36+
{ "ip": "sip.zadarma.com", "inboundEnabled": false }
3737
],
3838
"outboundLeadingPlusEnabled": true,
3939
"outboundAuthenticationPlan": {

0 commit comments

Comments
 (0)