docs: clarify Twilio inbound SIP gateways#1099
Merged
Merged
Conversation
Contributor
Author
|
@stephenvapiai could you take a look? A customer's Twilio trunk worked outbound but inbound was blocked because our guide did not explain that Twilio's source signaling CIDRs must be added as separate inbound-only gateways. This adds the concrete EU example, explains why the termination FQDN is outbound-only, and links to Twilio's live IP list. |
stephenvapiai
approved these changes
Jul 7, 2026
stephenvapiai
left a comment
Contributor
There was a problem hiding this comment.
Looks good to me! Thanks for making the updates!
Contributor
|
🌿 Preview your docs: https://vapi-preview-019f3f11-c545-741e-a48e-054d8148236f.docs.buildwithfern.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Problem: A Twilio trunk can work for outbound calls while inbound calls are silently blocked if the Vapi credential contains only the Twilio termination hostname.
This explains the split in simple terms: the termination hostname is for outbound routing, while inbound trust uses Twilio's published numeric signaling networks.
fern/advanced/sip/sip-twilio.mdxwith a concrete Dublin/Frankfurt example, directional gateway flags,/30netmask syntax, and a link to Twilio's live IP list.fern/advanced/sip/troubleshoot-sip-trunk-credential-errors.mdxso customers use provider-published source networks instead of assuming an outbound hostname resolves to the inbound source addresses.Related: PRISM-1200 and VapiAI/vapi#14042. The product fix and this docs fix are separate PRs, so this PR does not auto-close the shared ticket.
Testing Steps
fern check-- passes with 0 errors. The 5 warnings are existing spec, authentication, and theme warnings.54.171.127.192/30and Frankfurt35.156.191.128/30networks against Twilio's current Elastic SIP Trunking IP address page.gateways,netmask,inboundEnabled, andoutboundEnabledagainst the Vapi credential schema and source fix.